diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-14 20:10:40 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-14 20:10:40 +0800 |
commit | ba1add22134f2e8cbf11caf5f10f5f33751f5ea5 (patch) | |
tree | 7d7c04803a79d6bfbc886a32e6e49de159a643dd | |
parent | 3efe5faa61868615f617263eb020de3e7b5d89cd (diff) | |
download | freebsd-ports-gnome-ba1add22134f2e8cbf11caf5f10f5f33751f5ea5.tar.gz freebsd-ports-gnome-ba1add22134f2e8cbf11caf5f10f5f33751f5ea5.tar.zst freebsd-ports-gnome-ba1add22134f2e8cbf11caf5f10f5f33751f5ea5.zip |
Move the perl port to where it belongs.
No MOVED entry cause its new.
Hand maintianer to wblock per request
Pointyhat to: eadler
Feature safe: yes
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-Binpack/Makefile (renamed from devel/binpack/Makefile) | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-Binpack/distinfo (renamed from devel/binpack/distinfo) | 0 | ||||
-rw-r--r-- | devel/p5-Algorithm-Binpack/pkg-descr (renamed from devel/binpack/pkg-descr) | 0 | ||||
-rw-r--r-- | devel/p5-Algorithm-Binpack/pkg-plist (renamed from devel/binpack/pkg-plist) | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6c9cf42e5736..25057667dd97 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -111,7 +111,6 @@ SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 - SUBDIR += binpack SUBDIR += binutils SUBDIR += bison SUBDIR += bisoncpp @@ -1304,6 +1303,7 @@ SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Accounting SUBDIR += p5-Algorithm-Annotate + SUBDIR += p5-Algorithm-Binpack SUBDIR += p5-Algorithm-Bucketizer SUBDIR += p5-Algorithm-C3 SUBDIR += p5-Algorithm-ChooseSubsets diff --git a/devel/binpack/Makefile b/devel/p5-Algorithm-Binpack/Makefile index 259dea55a891..2dc494d48279 100644 --- a/devel/binpack/Makefile +++ b/devel/p5-Algorithm-Binpack/Makefile @@ -6,7 +6,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= wblock@FreeBSD.org COMMENT= Efficiently pack items into bins PERL_CONFIGURE= yes diff --git a/devel/binpack/distinfo b/devel/p5-Algorithm-Binpack/distinfo index 68e1cbee58bd..68e1cbee58bd 100644 --- a/devel/binpack/distinfo +++ b/devel/p5-Algorithm-Binpack/distinfo diff --git a/devel/binpack/pkg-descr b/devel/p5-Algorithm-Binpack/pkg-descr index 4705bd336459..4705bd336459 100644 --- a/devel/binpack/pkg-descr +++ b/devel/p5-Algorithm-Binpack/pkg-descr diff --git a/devel/binpack/pkg-plist b/devel/p5-Algorithm-Binpack/pkg-plist index ac688573d97d..ac688573d97d 100644 --- a/devel/binpack/pkg-plist +++ b/devel/p5-Algorithm-Binpack/pkg-plist |