svn commit: r380733 - head/graphics/camera

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 8 02:33:19 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list