Date: Sun, 8 Mar 2015 02:33:18 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380733 - head/graphics/camera Message-ID: <201503080233.t282XIvM022957@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Mar 8 02:33:18 2015 New Revision: 380733 URL: https://svnweb.freebsd.org/changeset/ports/380733 QAT: https://qat.redports.org/buildarchive/r380733/ Log: - Simplify MASTER_SITES - Clarify LICENSE - Add LICENSE_FILE - Fix whitespace - Strip binary Modified: head/graphics/camera/Makefile Modified: head/graphics/camera/Makefile ============================================================================== --- head/graphics/camera/Makefile Sun Mar 8 02:33:17 2015 (r380732) +++ head/graphics/camera/Makefile Sun Mar 8 02:33:18 2015 (r380733) @@ -3,20 +3,21 @@ PORTNAME= camera PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ \ - ${MASTER_SITE_GNUSTEP_CH} + GNUSTEP_CH DISTNAME= Camera-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep application for digital still cameras -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/Documentation/COPYING LIB_DEPENDS= libgphoto2_port.so:${PORTSDIR}/graphics/libgphoto2 -USES= tar:bzip2 +USES= tar:bzip2 USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes @@ -28,4 +29,7 @@ post-patch: ${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Camera.app/Camera + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503080233.t282XIvM022957>