svn commit: r375127 - head/lang/parrot

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 20 20:21:17 UTC 2014


Author: bapt
Date: Sat Dec 20 20:21:16 2014
New Revision: 375127
URL: https://svnweb.freebsd.org/changeset/ports/375127
QAT: https://qat.redports.org/buildarchive/r375127/

Log:
  Remove custom plist generator we have makeplist now
  Sort the plist

Modified:
  head/lang/parrot/Makefile
  head/lang/parrot/pkg-plist

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Sat Dec 20 20:18:09 2014	(r375126)
+++ head/lang/parrot/Makefile	Sat Dec 20 20:21:16 2014	(r375127)
@@ -59,13 +59,4 @@ do-configure:
 regression-test test: build
 	cd ${WRKSRC} && ${MAKE} test
 
-x-generate-plist:
-	(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
-	| ${SED} -E \
-		's,.*share/nls/.+$$,,g \
-		;s,${PARROT_DOCS}(/.+)?$$,%%PARROT_DOCS%%\1,g \
-		;s,${PARROT_SHARE_DIR}(/.+)?$$,%%DOCSDIR%%\1,g \
-		;s,${PORTVERSION}(/.+)?$$,%%PARROT_VER%%\1,g \
-		' | ${TR} -s '\n') > temp-pkg-plist
-
 .include <bsd.port.post.mk>

Modified: head/lang/parrot/pkg-plist
==============================================================================
--- head/lang/parrot/pkg-plist	Sat Dec 20 20:18:09 2014	(r375126)
+++ head/lang/parrot/pkg-plist	Sat Dec 20 20:21:16 2014	(r375127)
@@ -577,6 +577,16 @@ lib/parrot/%%PARROT_VER%%/tools/lib/Parr
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Util/Runloop.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Vtable.pm
 lib/parrot/%%PARROT_VER%%/tools/myconfig
+man/man1/ops2c.1.gz
+man/man1/parrot-nqp.1.gz
+man/man1/parrot-prove.1.gz
+man/man1/parrot.1.gz
+man/man1/parrot_config.1.gz
+man/man1/parrot_nci_thunk_gen.1.gz
+man/man1/parrotbug.1.gz
+man/man1/pbc_to_exe.1.gz
+man/man1/plumage.1.gz
+man/man1/winxed.1.gz
 %%PARROT_DOCS%%/CREDITS
 %%PARROT_DOCS%%/DONORS.pod
 %%PARROT_DOCS%%/LICENSE
@@ -589,16 +599,6 @@ lib/parrot/%%PARROT_VER%%/tools/myconfig
 %%PARROT_DOCS%%/TODO
 %%DATADIR%%/%%PARROT_VER%%/MANIFEST
 %%DATADIR%%/%%PARROT_VER%%/MANIFEST.dev
-man/man1/ops2c.1.gz
-man/man1/parrot-nqp.1.gz
-man/man1/parrot-prove.1.gz
-man/man1/parrot.1.gz
-man/man1/parrot_config.1.gz
-man/man1/parrot_nci_thunk_gen.1.gz
-man/man1/parrotbug.1.gz
-man/man1/pbc_to_exe.1.gz
-man/man1/plumage.1.gz
-man/man1/winxed.1.gz
 src/parrot/%%PARROT_VER%%/config_lib.pir
 src/parrot/%%PARROT_VER%%/pmc/addrregistry.dump
 src/parrot/%%PARROT_VER%%/pmc/alarm.dump


More information about the svn-ports-head mailing list