diff options
author | taca <taca> | 2010-02-16 13:58:19 +0000 |
---|---|---|
committer | taca <taca> | 2010-02-16 13:58:19 +0000 |
commit | b84739ee34951ff4083747f75a0d3bdc3437b4b0 (patch) | |
tree | 9b79e7ccfd393cd7b4d49d0b669ed0a7f0c412c8 | |
parent | 7cc341d8529334a9e9f0511660baed91399a65b5 (diff) | |
download | pkgsrc-b84739ee34951ff4083747f75a0d3bdc3437b4b0.tar.gz |
Update pear-HTML_Select pacakge to 1.3.0 based on pkg PR/42824
by Wen Heping.
Changelog:
QA release:
- Fix bug #2676: Setting selected value doesn't work [cweiske]
- Implement request #1749: add support for <optgroup> elements
for multi-level arrays [cweiske]
- Automatically set the <select> element id attribute
- Add some examples
- Convert to package.xml v2
- Fix coding standards
- Stabilize after 6 years in beta
-rw-r--r-- | www/pear-HTML_Select/Makefile | 5 | ||||
-rw-r--r-- | www/pear-HTML_Select/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/pear-HTML_Select/Makefile b/www/pear-HTML_Select/Makefile index cae201721e9..2cb10e1ca87 100644 --- a/www/pear-HTML_Select/Makefile +++ b/www/pear-HTML_Select/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2010/02/04 16:36:05 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2010/02/16 13:58:19 taca Exp $ -DISTNAME= HTML_Select-1.2.1 -PKGREVISION= 1 +DISTNAME= HTML_Select-1.3.0 CATEGORIES= www MAINTAINER= jdolecek@NetBSD.org diff --git a/www/pear-HTML_Select/distinfo b/www/pear-HTML_Select/distinfo index 500b25a45ce..f6b492002a3 100644 --- a/www/pear-HTML_Select/distinfo +++ b/www/pear-HTML_Select/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 14:08:37 wiz Exp $ +$NetBSD: distinfo,v 1.5 2010/02/16 13:58:19 taca Exp $ -SHA1 (pear/HTML_Select-1.2.1.tgz) = dd9f963d41067a80e8f5d28a23148165262c5840 -RMD160 (pear/HTML_Select-1.2.1.tgz) = 823362b2d09bf1908340056a12962646ca17bcbf -Size (pear/HTML_Select-1.2.1.tgz) = 3480 bytes +SHA1 (pear/HTML_Select-1.3.0.tgz) = 5cd02d6a6a688d70f20c0e942d4f8486b55da077 +RMD160 (pear/HTML_Select-1.3.0.tgz) = 53b5f22148eae0301ed5e25a24627110dba21fd0 +Size (pear/HTML_Select-1.3.0.tgz) = 4027 bytes |