svn commit: r353421 - head/mail/p5-LMAP-CID2SPF

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 9 03:51:10 UTC 2014


Author: sunpoet
Date: Fri May  9 03:51:09 2014
New Revision: 353421
URL: http://svnweb.freebsd.org/changeset/ports/353421
QAT: https://qat.redports.org/buildarchive/r353421/

Log:
  - Add LICENSE
  - Update pkg-descr
  - Add WWW
  - Pass maintainership to submitter
  - While I'm here:
    - Add missing RUN_DEPENDS
    - Remove unnecessary CONFIGURE_SCRIPT
    - Fix shebang
    - Bump PORTREVISION for dependency and package change
  
  PR:		ports/189332
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/mail/p5-LMAP-CID2SPF/Makefile
  head/mail/p5-LMAP-CID2SPF/pkg-descr

Modified: head/mail/p5-LMAP-CID2SPF/Makefile
==============================================================================
--- head/mail/p5-LMAP-CID2SPF/Makefile	Fri May  9 03:51:04 2014	(r353420)
+++ head/mail/p5-LMAP-CID2SPF/Makefile	Fri May  9 03:51:09 2014	(r353421)
@@ -2,19 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	LMAP-CID2SPF
-DISTVERSION=	0.9
+PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	http://www.baschny.de/spf/
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Module to convert between Microsoft's Caller-ID and SPF		#'
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
-CONFIGURE_SCRIPT=Makefile.PL
+
+SHEBANG_FILES=	cid2spf
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${SITE_PERL}/LMAP

Modified: head/mail/p5-LMAP-CID2SPF/pkg-descr
==============================================================================
--- head/mail/p5-LMAP-CID2SPF/pkg-descr	Fri May  9 03:51:04 2014	(r353420)
+++ head/mail/p5-LMAP-CID2SPF/pkg-descr	Fri May  9 03:51:09 2014	(r353421)
@@ -8,6 +8,6 @@ It will convert an XML-fragment as propo
 be added to DNS as proposed by SPF.
 
 SEE ALSO
-
-  CID: http://www.microsoft.com/mscorp/twc/privacy/spam_callerid.mspx
   SPF: http://spf.pobox.com/
+
+WWW: http://www.baschny.de/spf/


More information about the svn-ports-all mailing list