svn commit: r335005 - head/devel/p5-Role-Basic

Matthew Seaman matthew at FreeBSD.org
Wed Nov 27 10:08:39 UTC 2013


Author: matthew
Date: Wed Nov 27 10:08:39 2013
New Revision: 335005
URL: http://svnweb.freebsd.org/changeset/ports/335005

Log:
  Use the canonical ordering for PKGNAMEPREFIX
  
  Reported by:	  az

Modified:
  head/devel/p5-Role-Basic/Makefile
Directory Properties:
  head/devel/p5-Role-Basic/distinfo   (props changed)
  head/devel/p5-Role-Basic/pkg-descr   (props changed)
  head/devel/p5-Role-Basic/pkg-plist   (props changed)

Modified: head/devel/p5-Role-Basic/Makefile
==============================================================================
--- head/devel/p5-Role-Basic/Makefile	Wed Nov 27 09:27:53 2013	(r335004)
+++ head/devel/p5-Role-Basic/Makefile	Wed Nov 27 10:08:39 2013	(r335005)
@@ -6,12 +6,11 @@ PORTVERSION=	0.13
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:OVID
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	Just roles. Nothing else
 
-PKGNAMEPREFIX=	p5-
-
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list