Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 03:51:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353421 - head/mail/p5-LMAP-CID2SPF
Message-ID:  <201405090351.s493p9sJ052901@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	5u623l20@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405090351.s493p9sJ052901>