svn commit: r328322 - head/archivers/advancecomp
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Sep 25 21:54:49 UTC 2013
Author: danilo
Date: Wed Sep 25 21:54:48 2013
New Revision: 328322
URL: http://svnweb.freebsd.org/changeset/ports/328322
Log:
- Change maintainer email to @FreeBSD.org
- Add staging support
Approved by: wg (mentor)
Added:
head/archivers/advancecomp/pkg-plist (contents, props changed)
Modified:
head/archivers/advancecomp/Makefile
Modified: head/archivers/advancecomp/Makefile
==============================================================================
--- head/archivers/advancecomp/Makefile Wed Sep 25 21:47:31 2013 (r328321)
+++ head/archivers/advancecomp/Makefile Wed Sep 25 21:54:48 2013 (r328322)
@@ -6,14 +6,10 @@ PORTVERSION= 1.17
CATEGORIES= archivers
MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION}
-MAINTAINER= danilogondolfo at gmail.com
+MAINTAINER= danilo at FreeBSD.org
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files
-NO_STAGE= yes
USES= gmake
GNU_CONFIGURE= yes
-MAN1= advdef.1 advmng.1 advpng.1 advzip.1
-PLIST_FILES= bin/advdef bin/advmng bin/advpng bin/advzip
-
.include <bsd.port.mk>
Added: head/archivers/advancecomp/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/advancecomp/pkg-plist Wed Sep 25 21:54:48 2013 (r328322)
@@ -0,0 +1,8 @@
+bin/advdef
+bin/advmng
+bin/advpng
+bin/advzip
+man/man1/advdef.1.gz
+man/man1/advmng.1.gz
+man/man1/advpng.1.gz
+man/man1/advzip.1.gz
More information about the svn-ports-all
mailing list