Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 18:51:44 +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: r325014 - head/net/p5-OAI-Harvester
Message-ID:  <201308191851.r7JIpin7091009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Aug 19 18:51:44 2013
New Revision: 325014
URL: http://svnweb.freebsd.org/changeset/ports/325014

Log:
  - Add new dependency as XML::SAX::Base is split from XML::SAX
  - Add LICENSE
  - Remove leading indefinite article from COMMENT
  - Sort *_DEPENDS
  - Remove superfluous WRKSRC setting
  - Bump PORTREVISION for dependency change
  - Cleanup Makefile header
  - Set CPAN as primary WWW

Modified:
  head/net/p5-OAI-Harvester/Makefile   (contents, props changed)
  head/net/p5-OAI-Harvester/pkg-descr   (contents, props changed)

Modified: head/net/p5-OAI-Harvester/Makefile
==============================================================================
--- head/net/p5-OAI-Harvester/Makefile	Mon Aug 19 18:47:08 2013	(r325013)
+++ head/net/p5-OAI-Harvester/Makefile	Mon Aug 19 18:51:44 2013	(r325014)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	p5-OAI-Harvester
-# Date created:		2003-11-13
-# Whom:			Paul Dlug <paul@aps.org>
-#
+# Created by: Paul Dlug <paul@aps.org>
 # $FreeBSD$
-#
 
 PORTNAME=	OAI-Harvester
 PORTVERSION=	1.15
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
@@ -14,17 +11,18 @@ MASTER_SITE_SUBDIR=	CPAN:THB
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	A module to harvest using the OAI protocol
+COMMENT=	Perl module to harvest using the OAI protocol
 
-BUILD_DEPENDS=	p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww \
-		p5-URI>=1.3:${PORTSDIR}/net/p5-URI \
-		p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX
-RUN_DEPENDS=	p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww \
-		p5-URI>=1.3:${PORTSDIR}/net/p5-URI \
-		p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-URI>=1.30:${PORTSDIR}/net/p5-URI \
+		p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \
+		p5-XML-SAX-Base>=1.04:${PORTSDIR}/textproc/p5-XML-SAX-Base \
+		p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAN1=		oai-listrecords.1 oai-listsets.1
 MAN3=		Net::OAI::Base.3 Net::OAI::Error.3 Net::OAI::GetRecord.3 \

Modified: head/net/p5-OAI-Harvester/pkg-descr
==============================================================================
--- head/net/p5-OAI-Harvester/pkg-descr	Mon Aug 19 18:47:08 2013	(r325013)
+++ head/net/p5-OAI-Harvester/pkg-descr	Mon Aug 19 18:51:44 2013	(r325014)
@@ -2,5 +2,5 @@ Perl module query OAI-PMH repositories. 
 for Metadata Harvesting allows repositories to share information about their
 contents.
 
+WWW: http://search.cpan.org/dist/OAI-Harvester/
 WWW: http://www.openarchives.org/
-     http://search.cpan.org/dist/OAI-Harvester/



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