diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:19 +0800 |
commit | d9a244f1c61eae8e9873bd046c4aea95c812dc90 (patch) | |
tree | 24a07099f28f2156cef63f30ae7114273a5cba8e | |
parent | 6a8c857ccdf1ac20bf91917df02b323156440ec5 (diff) | |
download | freebsd-ports-gnome-d9a244f1c61eae8e9873bd046c4aea95c812dc90.tar.gz freebsd-ports-gnome-d9a244f1c61eae8e9873bd046c4aea95c812dc90.tar.zst freebsd-ports-gnome-d9a244f1c61eae8e9873bd046c4aea95c812dc90.zip |
- Update to 0.9.0.
-rw-r--r-- | www/pear-Services_Amazon/Makefile | 14 | ||||
-rw-r--r-- | www/pear-Services_Amazon/distinfo | 4 |
2 files changed, 7 insertions, 11 deletions
diff --git a/www/pear-Services_Amazon/Makefile b/www/pear-Services_Amazon/Makefile index 4fbadbb29801..4962fba6fb0f 100644 --- a/www/pear-Services_Amazon/Makefile +++ b/www/pear-Services_Amazon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Services_Amazon -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org @@ -15,15 +15,11 @@ COMMENT= PHP interface to Amazon Product Advertising API BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ + ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -CATEGORY= Net -FILES= Amazon.php AmazonECS4.php -EXAMPLES= amazon_ecs4_cache.php \ - amazon_ecs4_cart.php \ - amazon_ecs4_itemsearch.php \ - amazon_example1.php \ - config.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/www/pear-Services_Amazon/distinfo b/www/pear-Services_Amazon/distinfo index 1cd88879fa74..ae49862c4f1c 100644 --- a/www/pear-Services_Amazon/distinfo +++ b/www/pear-Services_Amazon/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Services_Amazon-0.8.0.tgz) = 5f79d770e7d45da92c2b7985d0aaada6f9e4aca998723c4d2f969abcc808433f -SIZE (PEAR/Services_Amazon-0.8.0.tgz) = 20992 +SHA256 (PEAR/Services_Amazon-0.9.0.tgz) = 0ada054e624c409e764a0993d81bd31e329ce9a09822a1b5ebffccdb1435615f +SIZE (PEAR/Services_Amazon-0.9.0.tgz) = 18504 |