diff options
author | rene <rene@FreeBSD.org> | 2015-11-30 14:42:30 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-11-30 14:42:30 +0800 |
commit | c5ae4ae91569f37eb98efa5857c44a01ed310590 (patch) | |
tree | 8a7f2489d92d76f8d5d5093e8f327bb69af322d3 /graphics/fotofix | |
parent | e352e7c07444878c1f10a13fe66ece647a3af81f (diff) | |
download | freebsd-ports-gnome-c5ae4ae91569f37eb98efa5857c44a01ed310590.tar.gz freebsd-ports-gnome-c5ae4ae91569f37eb98efa5857c44a01ed310590.tar.zst freebsd-ports-gnome-c5ae4ae91569f37eb98efa5857c44a01ed310590.zip |
graphics/fotofix: update to 0.01.1.88, unbreak
- change MASTER_SITES to GitHub
- add manual page
- add desktop entry
- clean up Makefile
PR: 204196
Submitted by: tkato432
Diffstat (limited to 'graphics/fotofix')
-rw-r--r-- | graphics/fotofix/Makefile | 33 | ||||
-rw-r--r-- | graphics/fotofix/distinfo | 4 |
2 files changed, 21 insertions, 16 deletions
diff --git a/graphics/fotofix/Makefile b/graphics/fotofix/Makefile index 89baaa2fd81b..6f0360473e87 100644 --- a/graphics/fotofix/Makefile +++ b/graphics/fotofix/Makefile @@ -2,30 +2,35 @@ # $FreeBSD$ PORTNAME= fotofix -PORTVERSION= 0.01.1.79 -PORTREVISION= 2 +PORTVERSION= 0.01.1.88 CATEGORIES= graphics -MASTER_SITES= http://mirror.mcx2.org/ \ - http://prima.eu.org/cgi-bin/cvsweb.cgi/apps/fotofix/fotofix/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 +RUN_DEPENDS= IPA>=1.03:${PORTSDIR}/graphics/IPA \ + p5-Prima>=1.22:${PORTSDIR}/x11-toolkits/p5-Prima -RUN_DEPENDS= p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \ - IPA>=1.03:${PORTSDIR}/graphics/IPA +NO_ARCH= yes -USES= perl5 shebangfix tar:bzip2 -USE_PERL5= run -NO_BUILD= yes +USE_GITHUB= yes +GH_ACCOUNT= dk +GH_TAGNAME= 2a4706c +USES= perl5 shebangfix SHEBANG_FILES= fotofix -PLIST_FILES= bin/${PORTNAME} + +PLIST_FILES= bin/fotofix man/man1/fotofix.1.gz + +DESKTOP_ENTRIES="FotoFix" "" "" "fotofox" "" "" + +do-build: + (cd ${WRKSRC} && pod2man fotofix fotofix.1) do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_SCRIPT} fotofix \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} fotofix.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .include <bsd.port.mk> diff --git a/graphics/fotofix/distinfo b/graphics/fotofix/distinfo index 0447af56fbfe..fdb377b37bbb 100644 --- a/graphics/fotofix/distinfo +++ b/graphics/fotofix/distinfo @@ -1,2 +1,2 @@ -SHA256 (fotofix-0.01.1.79.tar.bz2) = d24f502aa6d31cdbb5bdfee70795b56f07f0877691b2ccdfb3590fe805e7ae69 -SIZE (fotofix-0.01.1.79.tar.bz2) = 21652 +SHA256 (dk-fotofix-0.01.1.88-2a4706c_GH0.tar.gz) = 81d521aa8b602f49c54e0d1b3e075c4a980418e3572517e6ed858b6f1aa9d3cb +SIZE (dk-fotofix-0.01.1.88-2a4706c_GH0.tar.gz) = 28817 |