diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:16 +0800 |
commit | 6a8c857ccdf1ac20bf91917df02b323156440ec5 (patch) | |
tree | 334b5aace75f7283ea17b53be48d2b6f5c2e3a54 /www/pear-Services_Blogging | |
parent | 55f4c9780e46aba096cfeed7c1a74dc303ae0015 (diff) | |
download | freebsd-ports-gnome-6a8c857ccdf1ac20bf91917df02b323156440ec5.tar.gz freebsd-ports-gnome-6a8c857ccdf1ac20bf91917df02b323156440ec5.tar.zst freebsd-ports-gnome-6a8c857ccdf1ac20bf91917df02b323156440ec5.zip |
- Update to 0.2.4
- Pet Portlint
Diffstat (limited to 'www/pear-Services_Blogging')
-rw-r--r-- | www/pear-Services_Blogging/Makefile | 22 | ||||
-rw-r--r-- | www/pear-Services_Blogging/distinfo | 4 |
2 files changed, 6 insertions, 20 deletions
diff --git a/www/pear-Services_Blogging/Makefile b/www/pear-Services_Blogging/Makefile index 7d4ad8954ade..43e9fcbb96e9 100644 --- a/www/pear-Services_Blogging/Makefile +++ b/www/pear-Services_Blogging/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Services_Blogging -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org @@ -14,24 +14,10 @@ COMMENT= PHP interface to Blog BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC -RUN_DEPENDS= ${BUILD_DEPENDS} - -CATEGORY= Services -FILES= Services/Blogging.php \ - Services/Blogging/Blog.php \ - Services/Blogging/MediaObject.php \ - Services/Blogging/MultipleBlogsInterface.php \ - Services/Blogging/Driver.php \ - Services/Blogging/Post.php \ - Services/Blogging/Exception.php \ - Services/Blogging/XmlRpc.php \ - Services/Blogging/ExtendedDriver.php \ - Services/Blogging/Driver/Blogger.php \ - Services/Blogging/Driver/Exception.php \ - Services/Blogging/Driver/LiveJournal.php \ - Services/Blogging/Driver/MetaWeblog.php +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC -EXAMPLES= autodiscover.php blogger.cw.php livejournal.cw.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/www/pear-Services_Blogging/distinfo b/www/pear-Services_Blogging/distinfo index dfe49205d001..91c6182f42bc 100644 --- a/www/pear-Services_Blogging/distinfo +++ b/www/pear-Services_Blogging/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Services_Blogging-0.2.3.tgz) = 2d72ba79f3824689e2e05e0c1ae88172237ce00ecde080cf82af1c7987bd3b47 -SIZE (PEAR/Services_Blogging-0.2.3.tgz) = 13777 +SHA256 (PEAR/Services_Blogging-0.2.4.tgz) = 9df4cd052c20192d72cc0783c6248a035c1468a84c727117f34f7358944a974c +SIZE (PEAR/Services_Blogging-0.2.4.tgz) = 15938 |