Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 12:10:41 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305870 - in head/devel: . binpack p5-Algorithm-Binpack
Message-ID:  <201210141210.q9ECAfUW060067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	wblock@FreeBSD.org
 COMMENT=	Efficiently pack items into bins
 
 PERL_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210141210.q9ECAfUW060067>