Date: Mon, 30 Nov 2015 06:42:30 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402648 - head/graphics/fotofix Message-ID: <201511300642.tAU6gUDd002488@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon Nov 30 06:42:30 2015 New Revision: 402648 URL: https://svnweb.freebsd.org/changeset/ports/402648 Log: 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 Modified: head/graphics/fotofix/Makefile head/graphics/fotofix/distinfo Modified: head/graphics/fotofix/Makefile ============================================================================== --- head/graphics/fotofix/Makefile Mon Nov 30 05:43:31 2015 (r402647) +++ head/graphics/fotofix/Makefile Mon Nov 30 06:42:30 2015 (r402648) @@ -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= p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \ - IPA>=1.03:${PORTSDIR}/graphics/IPA - -USES= perl5 shebangfix tar:bzip2 -USE_PERL5= run -NO_BUILD= yes +RUN_DEPENDS= IPA>=1.03:${PORTSDIR}/graphics/IPA \ + p5-Prima>=1.22:${PORTSDIR}/x11-toolkits/p5-Prima +NO_ARCH= 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> Modified: head/graphics/fotofix/distinfo ============================================================================== --- head/graphics/fotofix/distinfo Mon Nov 30 05:43:31 2015 (r402647) +++ head/graphics/fotofix/distinfo Mon Nov 30 06:42:30 2015 (r402648) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511300642.tAU6gUDd002488>