diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-04-25 20:12:19 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-04-25 20:12:19 +0800 |
commit | 972d102f53215ebc3ac12132a0f5a0e49a7be039 (patch) | |
tree | 066b257e5086f854a1ff82bed68cc4c4f066a51f /net | |
parent | afc9c7c8a3820f1b0838c882ba8f035f1ac9fc15 (diff) | |
download | freebsd-ports-gnome-972d102f53215ebc3ac12132a0f5a0e49a7be039.tar.gz freebsd-ports-gnome-972d102f53215ebc3ac12132a0f5a0e49a7be039.tar.zst freebsd-ports-gnome-972d102f53215ebc3ac12132a0f5a0e49a7be039.zip |
- Update to 1.1.2
- Added LICENSE
PR: 188948
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-XML_RPC2/Makefile | 5 | ||||
-rw-r--r-- | net/pear-XML_RPC2/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/pear-XML_RPC2/Makefile b/net/pear-XML_RPC2/Makefile index 41f6a79ddb6a..b40c23662554 100644 --- a/net/pear-XML_RPC2/Makefile +++ b/net/pear-XML_RPC2/Makefile @@ -2,13 +2,14 @@ # $FreeBSD$ PORTNAME= XML_RPC2 -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= net devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= XML-RPC client/server library +LICENSE= PHP301 + BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 diff --git a/net/pear-XML_RPC2/distinfo b/net/pear-XML_RPC2/distinfo index 7a8ab2f06179..f31d709e5e98 100644 --- a/net/pear-XML_RPC2/distinfo +++ b/net/pear-XML_RPC2/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/XML_RPC2-1.1.1.tgz) = 27a3f2c40ae0f11d51e91c130d1120c3e5f083c3deed2c9a3837e52e39b56bfb -SIZE (PEAR/XML_RPC2-1.1.1.tgz) = 68431 +SHA256 (PEAR/XML_RPC2-1.1.2.tgz) = b296888813c400ffb1a8d4fe7f4585d429b5da1e9fc744ee35cc5fcef6288441 +SIZE (PEAR/XML_RPC2-1.1.2.tgz) = 67331 |