Bug 188050 - [PATCH] devel/p5-String-Parity: update to 1.32, take maintainership
Summary: [PATCH] devel/p5-String-Parity: update to 1.32, 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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-29 13:50 UTC by Muhammad Moinur Rahman
Modified: 2014-03-30 19:10 UTC (History)
0 users

See Also:


Attachments
p5-String-Parity-1.32.patch (1.12 KB, patch)
2014-03-29 13:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-29 13:50:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-29 20:51:36 UTC
State Changed
From-To: open->feedback

Please confirm if LICENSE should be "ART10 GPLv1 GPLv2 GPLv3"?
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-30 19:01:10 UTC
Author: sunpoet
Date: Sun Mar 30 18:01:06 2014
New Revision: 349653
URL: http://svnweb.freebsd.org/changeset/ports/349653
QAT: https://qat.redports.org/buildarchive/r349653/

Log:
  - Update to 1.32
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Fix LICENSE
    - Remove leading indefinite article from COMMENT
  
  Changes:	http://search.cpan.org/dist/String-Parity/Changes
  PR:		ports/188050
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/devel/p5-String-Parity/Makefile
  head/devel/p5-String-Parity/distinfo

Modified: head/devel/p5-String-Parity/Makefile
==============================================================================
--- head/devel/p5-String-Parity/Makefile	Sun Mar 30 18:01:01 2014	(r349652)
+++ head/devel/p5-String-Parity/Makefile	Sun Mar 30 18:01:06 2014	(r349653)
@@ -2,13 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	String-Parity
-PORTVERSION=	1.31
+PORTVERSION=	1.32
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A perl5 module to generate and test even, odd, mark, and space parity
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Perl5 module to generate and test even, odd, mark, and space parity
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-String-Parity/distinfo
==============================================================================
--- head/devel/p5-String-Parity/distinfo	Sun Mar 30 18:01:01 2014	(r349652)
+++ head/devel/p5-String-Parity/distinfo	Sun Mar 30 18:01:06 2014	(r349653)
@@ -1,2 +1,2 @@
-SHA256 (String-Parity-1.31.tar.gz) = ecba708bee74e22d1cee0ac0de3f44e81f6fdee4e7de8429f4fe43d5cc9b1d72
-SIZE (String-Parity-1.31.tar.gz) = 3586
+SHA256 (String-Parity-1.32.tar.gz) = 584d46961f76cb569f5f28d77e8f72635bfc7abf0adb1a6518c9786b18b96d7b
+SIZE (String-Parity-1.32.tar.gz) = 10653
_______________________________________________
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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-30 19:02:31 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!