svn commit: r385874 - head/misc/xdelta

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 9 08:29:37 UTC 2015


Author: amdmi3
Date: Sat May  9 08:29:36 2015
New Revision: 385874
URL: https://svnweb.freebsd.org/changeset/ports/385874

Log:
  - Simplify MASTER_SITES
  - Add LICENSE
  - Strip libraries

Modified:
  head/misc/xdelta/Makefile

Modified: head/misc/xdelta/Makefile
==============================================================================
--- head/misc/xdelta/Makefile	Sat May  9 08:29:20 2015	(r385873)
+++ head/misc/xdelta/Makefile	Sat May  9 08:29:36 2015	(r385874)
@@ -3,16 +3,22 @@
 
 PORTNAME=	xdelta
 PORTVERSION=	1.1.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	misc devel
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Diff/patch utility for binary files
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		libtool pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list