svn commit: r380812 - head/graphics/preview

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 9 00:57:48 UTC 2015


Author: amdmi3
Date: Mon Mar  9 00:57:46 2015
New Revision: 380812
URL: https://svnweb.freebsd.org/changeset/ports/380812
QAT: https://qat.redports.org/buildarchive/r380812/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip binary
  - Add empty directory to plist

Modified:
  head/graphics/preview/Makefile
  head/graphics/preview/pkg-plist

Modified: head/graphics/preview/Makefile
==============================================================================
--- head/graphics/preview/Makefile	Mon Mar  9 00:57:45 2015	(r380811)
+++ head/graphics/preview/Makefile	Mon Mar  9 00:57:46 2015	(r380812)
@@ -2,7 +2,7 @@
 
 PORTNAME=	preview
 PORTVERSION=	0.8.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 PKGNAMEPREFIX=	gnustep-
@@ -11,7 +11,8 @@ DISTNAME=	Preview-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple image viewer
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
@@ -20,4 +21,7 @@ USE_GNUSTEP_INSTALL=	yes
 
 WRKSRC=		${WRKDIR}/Preview
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Preview.app/Preview
+
 .include <bsd.port.mk>

Modified: head/graphics/preview/pkg-plist
==============================================================================
--- head/graphics/preview/pkg-plist	Mon Mar  9 00:57:45 2015	(r380811)
+++ head/graphics/preview/pkg-plist	Mon Mar  9 00:57:46 2015	(r380812)
@@ -34,3 +34,6 @@ GNUstep/Local/Applications/Preview.app/R
 GNUstep/Local/Applications/Preview.app/Resources/last_page.tiff
 GNUstep/Local/Applications/Preview.app/stamp.make
 GNUstep/Local/Tools/Preview
+ at dir GNUstep/Local/Applications/Preview.app/Resources/English.lproj/Preview.help
+ at dir GNUstep/Local/Applications/Preview.app/Resources/French.lproj/Preview.gorm
+ at dir GNUstep/Local/Applications/Preview.app/Resources/French.lproj/Preview.help


More information about the svn-ports-head mailing list