From owner-svn-ports-all@freebsd.org Mon Nov 30 06:42:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AADDA31E20; Mon, 30 Nov 2015 06:42:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A1B81039; Mon, 30 Nov 2015 06:42:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAU6gVhp002490; Mon, 30 Nov 2015 06:42:31 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAU6gUDd002488; Mon, 30 Nov 2015 06:42:30 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201511300642.tAU6gUDd002488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 30 Nov 2015 06:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402648 - head/graphics/fotofix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 06:42:32 -0000 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 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