Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2011 21:12:29 -0500 (EST)
From:      "Sean C. Farley" <scf@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        apache@FreeBSD.org
Subject:   [PATCH] www/serf: update to 1.0.0
Message-ID:  <201112130212.pBD2CTSV075578@thor.farley.org>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Sean C. Farley
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] www/serf: update to 1.0.0
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 8.2-STABLE amd64
>Environment:
System: FreeBSD thor.farley.org 8.2-STABLE FreeBSD 8.2-STABLE #0 r228419M: Sun Dec 11 16:02:52 EST
>Description:
- Update to 1.0.0

devel/subversion needs a bump for its requirement upon serf.  Maybe other
ports need it too.

Port maintainer (apache@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- serf-1.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/serf.orig/Makefile /usr/ports/www/serf/Makefile
--- /usr/ports/www/serf.orig/Makefile	2011-05-16 09:25:38.000000000 -0400
+++ /usr/ports/www/serf/Makefile	2011-12-12 21:09:25.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	serf
-PORTVERSION=	0.7.2
+PORTVERSION=	1.0.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		${MASTER_SITE_LOCAL}
@@ -17,11 +17,12 @@
 
 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 -ruN --exclude=CVS /usr/ports/www/serf.orig/distinfo /usr/ports/www/serf/distinfo
--- /usr/ports/www/serf.orig/distinfo	2011-05-16 09:25:38.000000000 -0400
+++ /usr/ports/www/serf/distinfo	2011-12-12 10:48:46.000000000 -0500
@@ -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 -ruN --exclude=CVS /usr/ports/www/serf.orig/pkg-plist /usr/ports/www/serf/pkg-plist
--- /usr/ports/www/serf.orig/pkg-plist	2011-05-16 09:25:38.000000000 -0400
+++ /usr/ports/www/serf/pkg-plist	2011-12-12 21:00:05.000000000 -0500
@@ -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
--- serf-1.0.0.patch ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112130212.pBD2CTSV075578>