svn commit: r305870 - in head/devel: . binpack p5-Algorithm-Binpack
Eitan Adler
eadler at FreeBSD.org
Sun Oct 14 12:10:41 UTC 2012
Author: eadler
Date: Sun Oct 14 12:10:40 2012
New Revision: 305870
URL: http://svn.freebsd.org/changeset/ports/305870
Log:
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
Added:
head/devel/p5-Algorithm-Binpack/
- copied from r305859, head/devel/binpack/
Deleted:
head/devel/binpack/
Modified:
head/devel/Makefile
head/devel/p5-Algorithm-Binpack/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Oct 14 11:46:52 2012 (r305869)
+++ head/devel/Makefile Sun Oct 14 12:10:40 2012 (r305870)
@@ -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
Modified: head/devel/p5-Algorithm-Binpack/Makefile
==============================================================================
--- head/devel/binpack/Makefile Sun Oct 14 03:33:56 2012 (r305859)
+++ head/devel/p5-Algorithm-Binpack/Makefile Sun Oct 14 12:10:40 2012 (r305870)
@@ -6,7 +6,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= eadler at FreeBSD.org
+MAINTAINER= wblock at FreeBSD.org
COMMENT= Efficiently pack items into bins
PERL_CONFIGURE= yes
More information about the svn-ports-head
mailing list