ports/154335: devel/p5-Config-Auto: update to current version

Eric F Crist ecrist at secure-computing.net
Thu Jan 27 18:30:07 UTC 2011


>Number:         154335
>Category:       ports
>Synopsis:       devel/p5-Config-Auto: update to current version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 27 18:30:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eric F Crist
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
Secure Computing Networks & ClaimLynx, Inc
>Environment:
FreeBSD cartman.secure-computing.net 9.0-CURRENT FreeBSD 9.0-CURRENT #4: Mon Oct 25 07:06:57 CDT 2010     root at cartman.secure-computing.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
	This patch updates the p5-Config-Auto port to version .30 and adds support for YAML and IniFiles.
>How-To-Repeat:
>Fix:

--- p5ca.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-Auto/Makefile,v
retrieving revision 1.17
diff -r1.17 Makefile
8c8
< PORTVERSION=	0.20
---
> PORTVERSION=	0.30
12c12
< MASTER_SITE_SUBDIR=	Config
---
> MASTER_SITE_SUBDIR=	../../authors/id/B/BI/BINGOS
24c24,26
< OPTIONS=	XMLSIMPLE "Support for XML config files" off
---
> OPTIONS=	XMLSIMPLE "Support for XML config files" off \
> 		CONFIGINIFILES "Support for .ini format" off \
> 		YAML "Support for YAML" off
32a35,44
> .ifdef(WITH_CONFIGINIFILES)
> BUILD_DEPENDS+=	${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
> RUN_DEPENDS+=	${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
> .endif
> 
> .ifdef(WITH_YAML)
> BUILD_DEPENDS+=	${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
> BUILD_DEPENDS+=	${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
> .endif
> 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-Auto/distinfo,v
retrieving revision 1.13
diff -r1.13 distinfo
1,3c1,2
< MD5 (Config-Auto-0.20.tar.gz) = fadc11b8f908b3d2782849c5e2232585
< SHA256 (Config-Auto-0.20.tar.gz) = 21204be50cb526b4bc3b7d9bdc8b2e8ec9de9d3efa6a96dcb633754d95d1901b
< SIZE (Config-Auto-0.20.tar.gz) = 9862
---
> SHA256 (Config-Auto-0.30.tar.gz) = e035fca67db2d2be5125ea9c30232ce3ee7b30f88bc0306b01d5cc95f89a7c2f
> SIZE (Config-Auto-0.30.tar.gz) = 14356
--- p5ca.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list