svn commit: r310049 - in head: . editors/p5-Padre japanese/ack textproc textproc/ack textproc/p5-ack
Chris Rees
crees at FreeBSD.org
Mon Jan 7 17:28:33 UTC 2013
Author: crees
Date: Mon Jan 7 17:28:31 2013
New Revision: 310049
URL: http://svnweb.freebsd.org/changeset/ports/310049
Log:
Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by: Sebastian Santoro (original idea)
Reviewed by: perl
Added:
head/textproc/ack/
- copied from r310002, head/textproc/p5-ack/
Deleted:
head/textproc/p5-ack/
Modified:
head/MOVED
head/editors/p5-Padre/Makefile
head/japanese/ack/Makefile
head/textproc/Makefile
head/textproc/ack/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Mon Jan 7 17:25:36 2013 (r310048)
+++ head/MOVED Mon Jan 7 17:28:31 2013 (r310049)
@@ -4008,3 +4008,4 @@ x11-themes/kde-icons-krystaline||2013-01
x11-themes/kde-icons-amaranth||2013-01-06|Has expired: BROKEN for more than 6 month
x11-themes/kde-icons-realistic||2013-01-06|Has expired: BROKEN for more than 6 month
x11/Terminal|x11/xfce4-terminal|2013-01-06|Project was renamed
+textproc/p5-ack|textproc/ack|2013-01-06|Not just a perl module
Modified: head/editors/p5-Padre/Makefile
==============================================================================
--- head/editors/p5-Padre/Makefile Mon Jan 7 17:25:36 2013 (r310048)
+++ head/editors/p5-Padre/Makefile Mon Jan 7 17:28:31 2013 (r310049)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports at FreeBSD.org
COMMENT= Perl Application Development and Refactoring Environment
-BUILD_DEPENDS= p5-ack>=1.86:${PORTSDIR}/textproc/p5-ack \
+BUILD_DEPENDS= ack:${PORTSDIR}/textproc/ack \
p5-Class-Adapter>=1.05:${PORTSDIR}/devel/p5-Class-Adapter \
p5-Class-Unload>=0.03:${PORTSDIR}/devel/p5-Class-Unload \
p5-Devel-Dumpvar>=0.04:${PORTSDIR}/devel/p5-Devel-Dumpvar \
Modified: head/japanese/ack/Makefile
==============================================================================
--- head/japanese/ack/Makefile Mon Jan 7 17:25:36 2013 (r310048)
+++ head/japanese/ack/Makefile Mon Jan 7 17:28:31 2013 (r310049)
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
COMMENT= Kanji code converter
-CONFLICTS_INSTALL= p5-ack-[0-9]*
+CONFLICTS_INSTALL= p5-ack-[0-9]* ack-[0-9]*
ALL_TARGET= ack
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Jan 7 17:25:36 2013 (r310048)
+++ head/textproc/Makefile Mon Jan 7 17:28:31 2013 (r310049)
@@ -8,6 +8,7 @@
SUBDIR += R-cran-XML
SUBDIR += R-cran-stringr
SUBDIR += R-cran-xtable
+ SUBDIR += ack
SUBDIR += add-css-links
SUBDIR += af-aspell
SUBDIR += aft
@@ -1025,7 +1026,6 @@
SUBDIR += p5-YAPE-HTML
SUBDIR += p5-YAPE-Regex
SUBDIR += p5-YAPE-Regex-Explain
- SUBDIR += p5-ack
SUBDIR += p5-dTemplate
SUBDIR += p5-libsoldout
SUBDIR += p5-libxml
Modified: head/textproc/ack/Makefile
==============================================================================
--- head/textproc/p5-ack/Makefile Sun Jan 6 16:56:55 2013 (r310002)
+++ head/textproc/ack/Makefile Mon Jan 7 17:28:31 2013 (r310049)
@@ -7,7 +7,6 @@ PORTREVISION= 1
CATEGORIES= textproc perl5 sysutils
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= App
-PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A grep-like text finder for large trees of text
More information about the svn-ports-head
mailing list