diff options
author | mef <mef@pkgsrc.org> | 2015-05-10 15:15:06 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-10 15:15:06 +0000 |
commit | 317ddbe87553b79808155d07e9ee8e6b8e570d82 (patch) | |
tree | 7b84fb6fa2bafe34623f0023007f4d4572e3e62d /www/p5-CGI-FormBuilder/Makefile | |
parent | 58712fddab3fce817d18fe90ec844fe2bd7784f7 (diff) | |
download | pkgsrc-317ddbe87553b79808155d07e9ee8e6b8e570d82.tar.gz |
Update 3.0501 to 3.09 (Changes from 3.06 to 3.09 is not known)
---------------------
VERSION 3.06
Maintenance release with a couple new features: support for "charset:
utf8" in "Source::File", add_before_option/add_after_option c/o Victor
Porton, and support for HTML5 type names c/o Wolfgang Radke.
Diffstat (limited to 'www/p5-CGI-FormBuilder/Makefile')
-rw-r--r-- | www/p5-CGI-FormBuilder/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-CGI-FormBuilder/Makefile b/www/p5-CGI-FormBuilder/Makefile index 6b98e2d8fcc..81add680ecc 100644 --- a/www/p5-CGI-FormBuilder/Makefile +++ b/www/p5-CGI-FormBuilder/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2014/10/14 14:43:09 schmonz Exp $ +# $NetBSD: Makefile,v 1.23 2015/05/10 15:15:06 mef Exp $ -DISTNAME= CGI-FormBuilder-3.0501 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 +DISTNAME= CGI-FormBuilder-3.09 +PKGNAME= p5-${DISTNAME}00 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} EXTRACT_SUFX= .tgz @@ -20,6 +19,8 @@ DEPENDS+= p5-Text-Template>=1.43:../../textproc/p5-Text-Template post-extract: ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f +# garbage in the archive ? + (cd ${WRKSRC}; ${RM} -r PaxHeader ) pre-configure: ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f |