diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-12-20 00:43:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-12-20 00:43:56 +0000 |
commit | d40076c1b003b58a1e2299223b3b6852be951db3 (patch) | |
tree | cbd6914ff03d8059649906af2e589f6f873e28e4 /www/serf | |
parent | 3ca0ea28342dc415d456e8aca1b6ac66ea10ed4e (diff) | |
download | ports-d40076c1b003b58a1e2299223b3b6852be951db3.tar.gz ports-d40076c1b003b58a1e2299223b3b6852be951db3.zip |
- Update to 1.0.0
http://apr.apache.org/versioning.html now applies
note that s/serf-0/serf-1/g AND the shlib version bump.
HOWEVER
nothing depends on www/serf with default options
you need WITH_SERF=yes
HENCE
no PORTREVISION bumps
Discussed with: portmgr (linimon) via #bsdports
With Hat: apache
Sponsored by: RideCharge Inc. / TaxiMagic
Notes
Notes:
svn path=/head/; revision=287686
Diffstat (limited to 'www/serf')
-rw-r--r-- | www/serf/Makefile | 8 | ||||
-rw-r--r-- | www/serf/distinfo | 4 | ||||
-rw-r--r-- | www/serf/pkg-plist | 19 |
3 files changed, 16 insertions, 15 deletions
diff --git a/www/serf/Makefile b/www/serf/Makefile index 3fa5033513c4..eb450093af1b 100644 --- a/www/serf/Makefile +++ b/www/serf/Makefile @@ -6,10 +6,9 @@ # PORTNAME= serf -PORTVERSION= 0.7.2 +PORTVERSION= 1.0.0 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= GOOGLE_CODE MASTER_SITE_SUBDIR= db MAINTAINER= apache@FreeBSD.org @@ -17,11 +16,12 @@ COMMENT= Serf HTTP client library LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes PROJECTHOST= serf USE_BZIP2= yes USE_GMAKE= yes +USE_GNOME= gnomehack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \ diff --git a/www/serf/distinfo b/www/serf/distinfo index ac9dab0bdb53..e1d36cc59c85 100644 --- a/www/serf/distinfo +++ b/www/serf/distinfo @@ -1,2 +1,2 @@ -SHA256 (serf-0.7.2.tar.bz2) = 929cb8cfc27f3ebcdc71525781bc6ff6514399a717e0532b03b653a90683fc2f -SIZE (serf-0.7.2.tar.bz2) = 161904 +SHA256 (serf-1.0.0.tar.bz2) = 9c045a777ee5088bddd6307907ab8470be14836638a36497252ec518943c1a63 +SIZE (serf-1.0.0.tar.bz2) = 165708 diff --git a/www/serf/pkg-plist b/www/serf/pkg-plist index e7b1a18d8dfb..ef8a96f28061 100644 --- a/www/serf/pkg-plist +++ b/www/serf/pkg-plist @@ -1,11 +1,12 @@ -include/serf-0/serf.h -include/serf-0/serf_bucket_types.h -include/serf-0/serf_bucket_util.h -include/serf-0/serf_private.h -lib/libserf-0.a -lib/libserf-0.la -lib/libserf-0.so -lib/libserf-0.so.0 +include/serf-1/serf.h +include/serf-1/serf_bucket_types.h +include/serf-1/serf_bucket_util.h +include/serf-1/serf_private.h +lib/libserf-1.a +lib/libserf-1.la +lib/libserf-1.so +lib/libserf-1.so.0 +libdata/pkgconfig/serf-1.pc %%PORTDOCS%%%%DOCSDIR%%/design-guide.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/serf-0 +@dirrm include/serf-1 |