Bug 189507 - [PATCH] dns/p5-DNS-Config: Added LICENSE & OPTIONSNG, take maintainership
Summary: [PATCH] dns/p5-DNS-Config: Added LICENSE & OPTIONSNG, 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-09 14:10 UTC by Muhammad Moinur Rahman
Modified: 2014-05-25 13:43 UTC (History)
0 users

See Also:


Attachments
p5-DNS-Config-0.66.patch (980 bytes, patch)
2014-05-09 14:10 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-09 14:10:00 UTC
- Added LICENSE
- Converted to OPTIONSNG
- Take maintainership

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-09 14:10: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-25 13:36:43 UTC
Author: sunpoet
Date: Sun May 25 12:36:37 2014
New Revision: 355164
URL: http://svnweb.freebsd.org/changeset/ports/355164
QAT: https://qat.redports.org/buildarchive/r355164/

Log:
  - Add LICENSE
  - Convert to new options framework
  - Pass maintainership to submitter
  - While I'm here, simplify Makefile
  
  PR:		ports/189507
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/dns/p5-DNS-Config/Makefile

Modified: head/dns/p5-DNS-Config/Makefile
==============================================================================
--- head/dns/p5-DNS-Config/Makefile	Sun May 25 12:36:32 2014	(r355163)
+++ head/dns/p5-DNS-Config/Makefile	Sun May 25 12:36:37 2014	(r355164)
@@ -3,14 +3,18 @@
 
 PORTNAME=	DNS-Config
 PORTVERSION=	0.66
-PORTREVISION=	0
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	DNS::Config is set of perl modules for name service configurations
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+OPTIONS_DEFINE=	DOCS
+
 USES=		perl5
 USE_PERL5=	configure patch
 
@@ -20,9 +24,7 @@ post-patch:
 			     -e '$$_="" if /(use|no) warnings/;'
 
 post-install:
-.if !defined(NOPORTDOCS)
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
 
 .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-25 13:43:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!