svn commit: r328754 - head/misc/xdelta3
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sun Sep 29 23:20:53 UTC 2013
Author: danilo
Date: Sun Sep 29 23:20:53 2013
New Revision: 328754
URL: http://svnweb.freebsd.org/changeset/ports/328754
Log:
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor)
Modified:
head/misc/xdelta3/Makefile
Modified: head/misc/xdelta3/Makefile
==============================================================================
--- head/misc/xdelta3/Makefile Sun Sep 29 22:51:06 2013 (r328753)
+++ head/misc/xdelta3/Makefile Sun Sep 29 23:20:53 2013 (r328754)
@@ -8,17 +8,15 @@ CATEGORIES?= misc devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}3-${PORTVERSION}
-MAINTAINER= danilogondolfo at gmail.com
+MAINTAINER= danilo at FreeBSD.org
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
LICENSE= GPLv2 # (or later)
GNU_CONFIGURE= yes
-MAN1= xdelta3.1
-PLIST_FILES= bin/xdelta3
+PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/_POSIX_/d ; \
More information about the svn-ports-all
mailing list