diff options
author | crees <crees@FreeBSD.org> | 2013-01-08 01:28:31 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-01-08 01:28:31 +0800 |
commit | bfd8590d234aa37b7b90b63437d0a3f5ca118806 (patch) | |
tree | 887462cb7b25d3c5b86f81ff077ee7374af45f96 | |
parent | 1453bc88299a9206fafa0f891b81195d9e59c773 (diff) | |
download | freebsd-ports-gnome-bfd8590d234aa37b7b90b63437d0a3f5ca118806.tar.gz freebsd-ports-gnome-bfd8590d234aa37b7b90b63437d0a3f5ca118806.tar.zst freebsd-ports-gnome-bfd8590d234aa37b7b90b63437d0a3f5ca118806.zip |
Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by: Sebastian Santoro (original idea)
Reviewed by: perl
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | editors/p5-Padre/Makefile | 2 | ||||
-rw-r--r-- | japanese/ack/Makefile | 2 | ||||
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/ack/Makefile (renamed from textproc/p5-ack/Makefile) | 1 | ||||
-rw-r--r-- | textproc/ack/distinfo (renamed from textproc/p5-ack/distinfo) | 0 | ||||
-rw-r--r-- | textproc/ack/pkg-descr (renamed from textproc/p5-ack/pkg-descr) | 0 | ||||
-rw-r--r-- | textproc/ack/pkg-plist (renamed from textproc/p5-ack/pkg-plist) | 0 |
8 files changed, 4 insertions, 4 deletions
@@ -4008,3 +4008,4 @@ x11-themes/kde-icons-krystaline||2013-01-06|Has expired: BROKEN for more than 6 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 diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 3704ef212490..7714431c1241 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@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 \ diff --git a/japanese/ack/Makefile b/japanese/ack/Makefile index 5b66c9c2a29d..df5c7c66860c 100644 --- a/japanese/ack/Makefile +++ b/japanese/ack/Makefile @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Kanji code converter -CONFLICTS_INSTALL= p5-ack-[0-9]* +CONFLICTS_INSTALL= p5-ack-[0-9]* ack-[0-9]* ALL_TARGET= ack diff --git a/textproc/Makefile b/textproc/Makefile index cc88523ef6f3..ca5707754914 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-ack/Makefile b/textproc/ack/Makefile index 9dbe7fd250a2..8cac3814c517 100644 --- a/textproc/p5-ack/Makefile +++ b/textproc/ack/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 1 CATEGORIES= textproc perl5 sysutils MASTER_SITES= CPAN MASTER_SITE_SUBDIR= App -PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A grep-like text finder for large trees of text diff --git a/textproc/p5-ack/distinfo b/textproc/ack/distinfo index 0136e0dc87dd..0136e0dc87dd 100644 --- a/textproc/p5-ack/distinfo +++ b/textproc/ack/distinfo diff --git a/textproc/p5-ack/pkg-descr b/textproc/ack/pkg-descr index 84372b386b46..84372b386b46 100644 --- a/textproc/p5-ack/pkg-descr +++ b/textproc/ack/pkg-descr diff --git a/textproc/p5-ack/pkg-plist b/textproc/ack/pkg-plist index aa2009ee79bf..aa2009ee79bf 100644 --- a/textproc/p5-ack/pkg-plist +++ b/textproc/ack/pkg-plist |