diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-04-21 18:56:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-04-21 18:56:25 +0000 |
commit | e5e60ed6916e3c7cb88c40d4bd4056bbda0f1ebf (patch) | |
tree | e60264857ff0dc35cb0ac4423f93e3fc94f2f0f0 /devel | |
parent | 796c2cd05bd0145b6104d7153b1e74548e206af9 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-HTML_QuickForm_Livesearch/Makefile | 11 | ||||
-rw-r--r-- | devel/pear-HTML_QuickForm_Livesearch/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/pear-HTML_QuickForm_Livesearch/Makefile b/devel/pear-HTML_QuickForm_Livesearch/Makefile index acfe4d2980ac..b2c0e9a7b923 100644 --- a/devel/pear-HTML_QuickForm_Livesearch/Makefile +++ b/devel/pear-HTML_QuickForm_Livesearch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML_QuickForm_Livesearch -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -14,13 +14,10 @@ COMMENT= Element for PEAR::HTML_QuickForm to enable a suggest search. BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \ ${PEARDIR}/HTML/AJAX.php:${PORTSDIR}/www/pear-HTML_AJAX -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \ + ${PEARDIR}/HTML/AJAX.php:${PORTSDIR}/www/pear-HTML_AJAX -CATEGORY= HTML/QuickForm -FILES= live.js livesearch_select.php -EXAMPLES= auto_server.php index.php live.js livesearch.class.php \ - myfunction.php shadow.gif shadowAlpha.png style.css -_EXAMPLESDIR= docs/example +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/devel/pear-HTML_QuickForm_Livesearch/distinfo b/devel/pear-HTML_QuickForm_Livesearch/distinfo index afbd5e7b9f3f..5bdff7e9a9fb 100644 --- a/devel/pear-HTML_QuickForm_Livesearch/distinfo +++ b/devel/pear-HTML_QuickForm_Livesearch/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/HTML_QuickForm_Livesearch-0.4.0.tgz) = 767a4755c1a40a69b936498d73de2730c13c3c20afbdbbcf02c0016a8f32a577 -SIZE (PEAR/HTML_QuickForm_Livesearch-0.4.0.tgz) = 13984 +SHA256 (PEAR/HTML_QuickForm_Livesearch-0.4.1.tgz) = 6003968b0ed14b1d5a4e6fc5730967329ea9576615492e7063d5f87c44e82930 +SIZE (PEAR/HTML_QuickForm_Livesearch-0.4.1.tgz) = 14844 |