Bug 175362 - [PATCH] devel/p5-Devel-LexAlias: update to 0.05, take maintainership
Summary: [PATCH] devel/p5-Devel-LexAlias: update to 0.05, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 01:20 UTC by Po-Chien Lin
Modified: 2013-01-19 03:50 UTC (History)
0 users

See Also:


Attachments
p5-Devel-LexAlias-0.05.patch (2.18 KB, patch)
2013-01-17 01:20 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-17 01:20:00 UTC
- Update to 0.05
- Add LICENSE (ART10 GPLv1)
- Sort pkg-plist
- Take maintainership
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-17 01:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-19 03:48:42 UTC
Author: swills
Date: Sat Jan 19 03:48:28 2013
New Revision: 310636
URL: http://svnweb.freebsd.org/changeset/ports/310636

Log:
  - Update to 0.05
  - Add LICENSE (ART10 GPLv1)
  - Sort pkg-plist
  - Give maintainership to submitter
  
  PR:		ports/175362
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>

Modified:
  head/devel/p5-Devel-LexAlias/Makefile   (contents, props changed)
  head/devel/p5-Devel-LexAlias/distinfo   (contents, props changed)
  head/devel/p5-Devel-LexAlias/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Devel-LexAlias/Makefile
==============================================================================
--- head/devel/p5-Devel-LexAlias/Makefile	Sat Jan 19 03:40:02 2013	(r310635)
+++ head/devel/p5-Devel-LexAlias/Makefile	Sat Jan 19 03:48:28 2013	(r310636)
@@ -1,25 +1,23 @@
-# ex:ts=8
-# Ports collection makefile for:	Devel-LexAlias
-# Date created:			Jul. 12, 2006
-# Whom:				Ying-Chieh Chen
-#
+# Created by: Ying-Chieh Chen
 # $FreeBSD$
-#
 
 PORTNAME=	Devel-LexAlias
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	linpc@cs.nctu.edu.tw
 COMMENT=	A perl module which does alias lexical variables
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Devel-Caller>=0.03:${PORTSDIR}/devel/p5-Devel-Caller
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Devel::LexAlias.3
+MAN3=	Devel::LexAlias.3
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Devel-LexAlias/distinfo
==============================================================================
--- head/devel/p5-Devel-LexAlias/distinfo	Sat Jan 19 03:40:02 2013	(r310635)
+++ head/devel/p5-Devel-LexAlias/distinfo	Sat Jan 19 03:48:28 2013	(r310636)
@@ -1,2 +1,2 @@
-SHA256 (Devel-LexAlias-0.04.tar.gz) = f610bbabc530d3771192d9a2feb31c90dea891c1cc0bd5d3c5ccd1e324cd639c
-SIZE (Devel-LexAlias-0.04.tar.gz) = 2888
+SHA256 (Devel-LexAlias-0.05.tar.gz) = 5e0ad9d43e266033856e424e104a0009f8e63449e40cd5aba59ad94cb1bcee72
+SIZE (Devel-LexAlias-0.05.tar.gz) = 3123

Modified: head/devel/p5-Devel-LexAlias/pkg-plist
==============================================================================
--- head/devel/p5-Devel-LexAlias/pkg-plist	Sat Jan 19 03:40:02 2013	(r310635)
+++ head/devel/p5-Devel-LexAlias/pkg-plist	Sat Jan 19 03:48:28 2013	(r310636)
@@ -1,7 +1,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Devel/LexAlias.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LexAlias/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LexAlias/LexAlias.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LexAlias/LexAlias.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LexAlias/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LexAlias
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LexAlias
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-01-19 03:48:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!