summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-01-14 12:20:39 +0000
committermef <mef@pkgsrc.org>2015-01-14 12:20:39 +0000
commitbf0800935ff9fe85a6aa7cf10cbd342ebaaa8211 (patch)
tree76863ea92553e0ec3eb0c95f6314d8e4a56b49ee /www
parent7e50067435c1a219772d5305b02b43c1ab81e6f6 (diff)
downloadpkgsrc-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')
-rw-r--r--www/p5-HTMLObject/Makefile10
-rw-r--r--www/p5-HTMLObject/distinfo8
2 files changed, 11 insertions, 7 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"
diff --git a/www/p5-HTMLObject/distinfo b/www/p5-HTMLObject/distinfo
index 31a7a9d0a66..f427b062b18 100644
--- a/www/p5-HTMLObject/distinfo
+++ b/www/p5-HTMLObject/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/11/14 10:07:14 hiramatsu Exp $
+$NetBSD: distinfo,v 1.4 2015/01/14 12:20:39 mef Exp $
-SHA1 (libhtmlobject-perl-2.28.tar.gz) = 6830ea54fd7d94f1cc575b5392a9d4cfd942915b
-RMD160 (libhtmlobject-perl-2.28.tar.gz) = b916807e655c97f983316dc930eca45bbd213b43
-Size (libhtmlobject-perl-2.28.tar.gz) = 179727 bytes
+SHA1 (libhtmlobject-perl-2.29.tar.gz) = 6b7e5b82254f28a7097a7fdc7f019d941fa0016a
+RMD160 (libhtmlobject-perl-2.29.tar.gz) = 07810887069dbf04881dfb1d6de7bb5273fedbf3
+Size (libhtmlobject-perl-2.29.tar.gz) = 185373 bytes