diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 12:37:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 12:37:41 +0000 |
commit | 30e95fef956cedbb6a722e7f5b6f54edc6ae8621 (patch) | |
tree | 4cf085047d2b3ec462c464505dc181ca4163d927 | |
parent | a030977198ea3720ecac2100c6b9c7bbc0e3c5e5 (diff) | |
download | ports-30e95fef956cedbb6a722e7f5b6f54edc6ae8621.tar.gz ports-30e95fef956cedbb6a722e7f5b6f54edc6ae8621.zip |
Notes
-rw-r--r-- | www/pear-Services_Amazon_S3/Makefile | 26 | ||||
-rw-r--r-- | www/pear-Services_Amazon_S3/distinfo | 4 |
2 files changed, 7 insertions, 23 deletions
diff --git a/www/pear-Services_Amazon_S3/Makefile b/www/pear-Services_Amazon_S3/Makefile index 6932be874dcf..591589aed2bc 100644 --- a/www/pear-Services_Amazon_S3/Makefile +++ b/www/pear-Services_Amazon_S3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Services_Amazon_S3 -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org @@ -15,28 +15,12 @@ COMMENT= PHP API for Amazon S3 (Simple Storage Service) BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \ ${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \ + ${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2 USE_PHP= spl - -CATEGORY= Services -FILES= Amazon/S3.php \ - Amazon/S3/AccessControlList.php \ - Amazon/S3/AccessDeniedException.php\ - Amazon/S3/Exception.php \ - Amazon/S3/NotFoundException.php \ - Amazon/S3/ObjectIterator.php \ - Amazon/S3/Prefix.php \ - Amazon/S3/Resource/Bucket.php \ - Amazon/S3/Resource/Object.php \ - Amazon/S3/Resource.php \ - Amazon/S3/ServerErrorException.php \ - Amazon/S3/Stream.php -TESTS= AllTests.php StreamTest.php\ - Test.php config.php.dist - -post-extract: - @cd ${WRKSRC} && ${MV} Services/Amazon . +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/www/pear-Services_Amazon_S3/distinfo b/www/pear-Services_Amazon_S3/distinfo index d75f7d7b1c03..de2974079d30 100644 --- a/www/pear-Services_Amazon_S3/distinfo +++ b/www/pear-Services_Amazon_S3/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Services_Amazon_S3-0.3.1.tgz) = 58f5ecab0d04da7d42ad9f29dd3333494dea01634bba68ab3913a08753fb72c7 -SIZE (PEAR/Services_Amazon_S3-0.3.1.tgz) = 29622 +SHA256 (PEAR/Services_Amazon_S3-0.3.3.tgz) = 9762c44dd1b7fccca2c41f51ddedfcc8fe3115fe1c8452d00a31cbbb881db63d +SIZE (PEAR/Services_Amazon_S3-0.3.3.tgz) = 30610 |