diff options
author | mef <mef@pkgsrc.org> | 2015-01-14 12:20:39 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-14 12:20:39 +0000 |
commit | bf0800935ff9fe85a6aa7cf10cbd342ebaaa8211 (patch) | |
tree | 76863ea92553e0ec3eb0c95f6314d8e4a56b49ee /www/p5-HTMLObject/Makefile | |
parent | 7e50067435c1a219772d5305b02b43c1ab81e6f6 (diff) | |
download | pkgsrc-bf0800935ff9fe85a6aa7cf10cbd342ebaaa8211.tar.gz |
(pkgsrc)
- Add ${PERL5_LICENSE}
- Add post-patch: target to remove garbage
(upstream)
Update 2.28 to 2.29
2.29 2005-12-10
- Fixed the setCookie() domain checking to be domain agnostic.
- Fixed the print(css => []) issue where entries were not being displayed
one to a line, unless you had postfixed them with \n.
- If you don't specify a -Options hashref for a select box, it now creates
an empty one for you instead of blowing an error since this is a usefull
and valid case.
- Added #VALUE=x# for Feature Request 1398696.
- Worked on fixing Bug#1453214 by making the formSubmittedVariable only be
required when we have form items that depend on it to know what state they
are in. checkbox, select, multi-select, select-picker all depend on it.
- Worked on fixing Bug#1284264 by making the required string only be displayed
when there are user visible required items. Improved the createTemplate()
output to take this into account and to only display the table elements when
there are user visible form items defined.
- Fixing bug #1454087.
Diffstat (limited to 'www/p5-HTMLObject/Makefile')
-rw-r--r-- | www/p5-HTMLObject/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/p5-HTMLObject/Makefile b/www/p5-HTMLObject/Makefile index 3085da86315..dc386e45708 100644 --- a/www/p5-HTMLObject/Makefile +++ b/www/p5-HTMLObject/Makefile @@ -1,20 +1,24 @@ -# $NetBSD: Makefile,v 1.18 2014/10/09 14:07:11 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/01/14 12:20:39 mef Exp $ DISTNAME= libhtmlobject-perl-${VERSION} PKGNAME= p5-HTMLObject-${VERSION} -PKGREVISION= 6 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htmlobject/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://htmlobject.sourceforge.net/ COMMENT= Perl5 module to quickly and easily create Dynamic HTML pages +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Data-FormValidator>=3.59:../../textproc/p5-Data-FormValidator -VERSION= 2.28 +VERSION= 2.29 PERL5_PACKLIST= auto/HTMLObject/.packlist +# strange garbage found (hope I am not wrong). mef@ +post-patch: + (cd ${WRKSRC}; ${RM} ._Makefile.PL ) + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |