svn commit: r422210 - head/textproc/pear-File_MARC

Thomas Zander riggs at FreeBSD.org
Thu Sep 15 15:43:22 UTC 2016


Author: riggs
Date: Thu Sep 15 15:43:20 2016
New Revision: 422210
URL: https://svnweb.freebsd.org/changeset/ports/422210

Log:
  Update to upstream version 1.1.3, overhaul, new maintainer
  
  Detailed log:
  - Update to upstream version 1.1.3
  - New maintainer: Danilo G. Baio <dbaio at bsd.com.br>
  - Add LICENSE*
  - Add non-default OPTION ISPN
  - Set NO_ARCH
  
  PR:		212300
  Submitted by:	dbaio at bsd.com.br (maintainer)

Modified:
  head/textproc/pear-File_MARC/Makefile
  head/textproc/pear-File_MARC/distinfo

Modified: head/textproc/pear-File_MARC/Makefile
==============================================================================
--- head/textproc/pear-File_MARC/Makefile	Thu Sep 15 15:39:55 2016	(r422209)
+++ head/textproc/pear-File_MARC/Makefile	Thu Sep 15 15:43:20 2016	(r422210)
@@ -2,12 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	File_MARC
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	textproc pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	dbaio at bsd.com.br
 COMMENT=	Parse, modify, and create MARC records
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+OPTIONS_DEFINE=	ISPN
+
+ISPN_DESC=	Validation class for ISPN (International Standard Product Numbers)
+ISPN_RUN_DEPENDS=	${PEARDIR}/Validate/ISPN.php:textproc/pear-Validate_ISPN
+
 USES=	pear
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/pear-File_MARC/distinfo
==============================================================================
--- head/textproc/pear-File_MARC/distinfo	Thu Sep 15 15:39:55 2016	(r422209)
+++ head/textproc/pear-File_MARC/distinfo	Thu Sep 15 15:43:20 2016	(r422210)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/File_MARC-1.1.2.tgz) = 77fe923393410a409224c82a069351e0adb94db8e8da8eb4cfd1b59483c21e09
-SIZE (PEAR/File_MARC-1.1.2.tgz) = 94046
+TIMESTAMP = 1472677005
+SHA256 (PEAR/File_MARC-1.1.3.tgz) = 981aca87d12d496867ee20880528d1661543e61ac3d5ed9c9a4afc0f32011eba
+SIZE (PEAR/File_MARC-1.1.3.tgz) = 94433


More information about the svn-ports-head mailing list