Hey @ports,

following diff update droplet to 2.0.

cat pkg/DESCR 
Scality Droplet is a high perfomance Cloud Storage client library providing
a set of high-level features. It is open source and released under the BSD
License. Multiple backends are supported: S3 (Simple Storage Service), CDMI
(Cloud Data Management Interface), SRWS (Scality Simple Rest Web Service).
On-the-fly encryption/decryption and buffered I/O are also supported.


Cheers Rafael



Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/droplet/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- Makefile    21 Mar 2013 08:45:14 -0000      1.4
+++ Makefile    4 Oct 2013 17:36:15 -0000
@@ -5,28 +5,33 @@ SHARED_ONLY=          Yes
 CATEGORIES=            devel
 COMMENT=               high perfomance Cloud Storage client library
 
-VERSION=               1.1
-REVISION=              0
+VERSION=               2.0
 DISTNAME=              droplet-${VERSION}
 HOMEPAGE=              https://github.com/scality/Droplet
 
-SHARED_LIBS=           droplet         0.0 #0.0
+SHARED_LIBS=           droplet         1.0 #0.0
 
 MAINTAINER=            Rafael Sadowski <raf...@sizeofvoid.org>
 
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB=               crypto json m pthread ssl xml2 z
+WANTLIB=               crypto json-c m pthread ssl xml2 z iconv
 
-MASTER_SITES=          http://www.sizeofvoid.org/pub/OpenBSD/distfiles/
 
-WRKDIST=               ${WRKDIR}/scality-Droplet-e6692cc
+DISTFILES=             v${VERSION}.tar.gz
+
+MASTER_SITES=          https://github.com/scality/Droplet/archive/
+
+WRKDIST=               ${WRKDIR}/Droplet-2.0
+
 MODULES=               converters/libiconv
+
 BUILD_DEPENDS=         ${MODGNU_AUTOCONF_DEPENDS} \
                        ${MODGNU_AUTOMAKE_DEPENDS} \
                        devel/json-c \
                        devel/libtool
+
 # XXX Depends on libtool macros
 
 LIB_DEPENDS=           textproc/libxml \
@@ -37,7 +42,7 @@ AUTOMAKE_VERSION=     1.11
 CONFIGURE_STYLE=       gnu
 CONFIGURE_ENV=         CPPFLAGS="-I${LOCALBASE}/include" \
                        LDFLAGS="-L${LOCALBASE}/lib"
-post-patch:
+pre-patch:
        cd ${WRKBUILD} && env AUTOCONF_VERSION=2.68 AUTOMAKE_VERSION=1.11 \
                /bin/sh ./autogen.sh
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/droplet/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo    23 Dec 2011 13:10:30 -0000      1.1.1.1
+++ distinfo    4 Oct 2013 17:36:15 -0000
@@ -1,5 +1,2 @@
-MD5 (droplet-1.1.tar.gz) = MXOvFlCtwgzMWCNhJT4sjg==
-RMD160 (droplet-1.1.tar.gz) = oyvhLeTSs4cHrnULg2xh0edYiCE=
-SHA1 (droplet-1.1.tar.gz) = KPP5ojgYQ88M2xAkCcAH99zhJb0=
-SHA256 (droplet-1.1.tar.gz) = Jd2ZGZaQlIIEzWfciWefzWwFxF2mF3ngErhSaGI2fy4=
-SIZE (droplet-1.1.tar.gz) = 90046
+SHA256 (v2.0.tar.gz) = fNgQ6TbkkCiabLrsMqRdgK0gb5ofvYrSo7lHdSWXp7k=
+SIZE (v2.0.tar.gz) = 92005
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/droplet/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- pkg/PLIST   23 Dec 2011 13:10:30 -0000      1.1.1.1
+++ pkg/PLIST   4 Oct 2013 17:36:15 -0000
@@ -25,16 +25,12 @@ include/droplet-1.0/droplet/s3/replypars
 include/droplet-1.0/droplet/s3/reqbuilder.h
 include/droplet-1.0/droplet/s3/s3.h
 include/droplet-1.0/droplet/sbuf.h
-include/droplet-1.0/droplet/srest/
-include/droplet-1.0/droplet/srest/backend.h
-include/droplet-1.0/droplet/srest/replyparser.h
-include/droplet-1.0/droplet/srest/reqbuilder.h
-include/droplet-1.0/droplet/srest/srest.h
 include/droplet-1.0/droplet/srws/
 include/droplet-1.0/droplet/srws/backend.h
 include/droplet-1.0/droplet/srws/replyparser.h
 include/droplet-1.0/droplet/srws/reqbuilder.h
 include/droplet-1.0/droplet/srws/srws.h
+include/droplet-1.0/droplet/sysmd.h
 include/droplet-1.0/droplet/utils.h
 include/droplet-1.0/droplet/vec.h
 include/droplet-1.0/droplet/vfs.h

Reply via email to