diff options
author | novel <novel@FreeBSD.org> | 2005-05-17 20:52:43 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-17 20:52:43 +0800 |
commit | 9f8661395cfc06034e9ff58655876df961c7ae7b (patch) | |
tree | 84bb4f992e640a8a06ef8577e1e618994fc1cea2 /devel | |
parent | aa44187971cd60f25544c0b3314190829450b439 (diff) | |
download | freebsd-ports-graphics-9f8661395cfc06034e9ff58655876df961c7ae7b.tar.gz freebsd-ports-graphics-9f8661395cfc06034e9ff58655876df961c7ae7b.tar.zst freebsd-ports-graphics-9f8661395cfc06034e9ff58655876df961c7ae7b.zip |
Update to 1.0.4.
PR: 81138
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Approved by: Dmitry Karasik (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-HTML_QuickForm_Controller/Makefile | 10 | ||||
-rw-r--r-- | devel/pear-HTML_QuickForm_Controller/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/pear-HTML_QuickForm_Controller/Makefile b/devel/pear-HTML_QuickForm_Controller/Makefile index 6dfc9e30658..9246f0b7719 100644 --- a/devel/pear-HTML_QuickForm_Controller/Makefile +++ b/devel/pear-HTML_QuickForm_Controller/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML_QuickForm_Controller -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= devel www pear MAINTAINER= dk@catpipe.net @@ -16,10 +16,10 @@ BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickFo RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= HTML/QuickForm -FILES= Controller.php \ - Action.php Page.php \ - Action/Back.php Action/Direct.php Action/Display.php \ - Action/Jump.php Action/Next.php Action/Submit.php +FILES= Action.php Controller.php Page.php Action/Back.php Action/Direct.php \ + Action/Display.php Action/Jump.php Action/Next.php Action/Submit.php +EXAMPLES= simple.php tabbed.php wizard.php regWizard.php upload.php \ + templates/upload.html statemachine.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/devel/pear-HTML_QuickForm_Controller/distinfo b/devel/pear-HTML_QuickForm_Controller/distinfo index 00de089ba31..0be7ebb4fa4 100644 --- a/devel/pear-HTML_QuickForm_Controller/distinfo +++ b/devel/pear-HTML_QuickForm_Controller/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/HTML_QuickForm_Controller-1.0.2.tgz) = 80eb2c4cfc70565a6e6a8f240d767e36 -SIZE (PEAR/HTML_QuickForm_Controller-1.0.2.tgz) = 14363 +MD5 (PEAR/HTML_QuickForm_Controller-1.0.4.tgz) = 06cadeca9a7abe41c0af86ba713bd381 +SIZE (PEAR/HTML_QuickForm_Controller-1.0.4.tgz) = 15631 |