svn commit: r380817 - head/textproc/easydiff

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


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

Log:
  - Simplify MASTER_SITES
  - Clarify LICENSE
  - Strip binary

Modified:
  head/textproc/easydiff/Makefile

Modified: head/textproc/easydiff/Makefile
==============================================================================
--- head/textproc/easydiff/Makefile	Mon Mar  9 00:57:53 2015	(r380816)
+++ head/textproc/easydiff/Makefile	Mon Mar  9 00:57:57 2015	(r380817)
@@ -2,20 +2,22 @@
 
 PORTNAME=	easydiff
 PORTVERSION=	0.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc gnustep
-MASTER_SITES=	${MASTER_SITE_GNUSTEP}
-MASTER_SITE_SUBDIR=	usr-apps
+MASTER_SITES=	GNUSTEP/usr-apps
 DISTNAME=	EasyDiff-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNUstep graphical diff
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later; COPYING has GPLv3
 
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/EasyDiff.app/EasyDiff
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list