Bug 189224 - [PATCH] net-mgmt/p5-Net-IP: Added LICENSE, take maintainership
Summary: [PATCH] net-mgmt/p5-Net-IP: Added LICENSE, 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-05-02 11:40 UTC by Muhammad Moinur Rahman
Modified: 2014-05-03 09:50 UTC (History)
0 users

See Also:


Attachments
p5-Net-IP-1.26.patch (457 bytes, patch)
2014-05-02 11:40 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.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-02 11:40:00 UTC
- Added LICENSE
- Take maintainership

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-02 11:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-03 09:47:14 UTC
Author: sunpoet
Date: Sat May  3 08:47:09 2014
New Revision: 352871
URL: http://svnweb.freebsd.org/changeset/ports/352871
QAT: https://qat.redports.org/buildarchive/r352871/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Remove outdated post-configure:
    - Cleanup Makefile
  
  PR:		ports/189224
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/net-mgmt/p5-Net-IP/Makefile

Modified: head/net-mgmt/p5-Net-IP/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-IP/Makefile	Sat May  3 08:46:24 2014	(r352870)
+++ head/net-mgmt/p5-Net-IP/Makefile	Sat May  3 08:47:09 2014	(r352871)
@@ -7,17 +7,16 @@ CATEGORIES=	net-mgmt perl5 ipv6
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Perl extension for manipulating IPv4/IPv6 addresses
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
-post-configure:
-	${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
-
 post-patch:
-	${REINPLACE_CMD} "1853s#\\s+#\s*#g" ${WRKSRC}/IP.pm
-	${REINPLACE_CMD} "76s#count#count   = 0#" ${WRKSRC}/ipcount
+	@${REINPLACE_CMD} -e 's|my $$count|& = 0|' ${WRKSRC}/ipcount
 
 .include <bsd.port.mk>
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-03 09:50:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!