[Midnightbsd-cvs] mports [17808] trunk/www/serf: serf 1.3.8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 2 20:44:15 EST 2014


Revision: 17808
          http://svnweb.midnightbsd.org/mports/?rev=17808
Author:   laffer1
Date:     2014-11-02 20:44:14 -0500 (Sun, 02 Nov 2014)
Log Message:
-----------
serf 1.3.8

Modified Paths:
--------------
    trunk/www/serf/Makefile
    trunk/www/serf/distinfo

Removed Paths:
-------------
    trunk/www/serf/files/libserf-1.la.in

Modified: trunk/www/serf/Makefile
===================================================================
--- trunk/www/serf/Makefile	2014-11-03 01:31:18 UTC (rev 17807)
+++ trunk/www/serf/Makefile	2014-11-03 01:44:14 UTC (rev 17808)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	serf
-PORTVERSION=	1.3.7
+PORTVERSION=	1.3.8
 CATEGORIES=	www
 MASTER_SITES=	http://serf.googlecode.com/svn/src_releases/
 
@@ -13,12 +13,10 @@
 LIB_DEPENDS+=	apr-1:${PORTSDIR}/devel/apr
 
 USE_SCONS=	yes
-USES=		tar:bzip2
+USES=		tar:bzip2 cpe
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
-SUB_FILES=	libserf-1.la
-
 OPTIONS_DEFINE=	DOCS GSSAPI
 
 SCONS_ENV=	# empty
@@ -29,7 +27,6 @@
 SCONS_ARGS+=	PREFIX=${PREFIX}
 SCONS_ARGS+=	CC=${CC}
 SCONS_ARGS+=	CFLAGS="${CFLAGS}"
-SCONS_INSTALL_TARGET=	install --install-sandbox=${STAGEDIR}
 
 .include <bsd.mport.options.mk>
 
@@ -41,9 +38,8 @@
 	@${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/build/serf.pc.in
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${SUB_FILES:S|^|${WRKDIR}/|} ${STAGEDIR}${PREFIX}/lib
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR}
 
 regression-test check: build
 	@(cd ${WRKSRC} && ${SCONS_BIN} check)

Modified: trunk/www/serf/distinfo
===================================================================
--- trunk/www/serf/distinfo	2014-11-03 01:31:18 UTC (rev 17807)
+++ trunk/www/serf/distinfo	2014-11-03 01:44:14 UTC (rev 17808)
@@ -1,2 +1,2 @@
-SHA256 (serf-1.3.7.tar.bz2) = ecccb74e665e6ea7539271e126a21d0f7eeddfeaa8ce090adb3aec6682f9f0ae
-SIZE (serf-1.3.7.tar.bz2) = 141378
+SHA256 (serf-1.3.8.tar.bz2) = e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590
+SIZE (serf-1.3.8.tar.bz2) = 143337

Deleted: trunk/www/serf/files/libserf-1.la.in
===================================================================
--- trunk/www/serf/files/libserf-1.la.in	2014-11-03 01:31:18 UTC (rev 17807)
+++ trunk/www/serf/files/libserf-1.la.in	2014-11-03 01:44:14 UTC (rev 17808)
@@ -1,41 +0,0 @@
-# libserf-1.la - a libtool library file
-# Generated by libtool (GNU libtool) 2.4.2
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# The name that we can dlopen(3).
-dlname='libserf-1.so'
-
-# Names of this library.
-library_names='libserf-1.so'
-
-# The name of the static archive.
-old_library='libserf-1.a'
-
-# Linker flags that can not go in dependency_libs.
-inherited_linker_flags=' -pthread'
-
-# Libraries that this one depends upon.
-dependency_libs=' -R%%LOCALBASE%%/lib -L/usr/lib -L%%LOCALBASE%%/lib %%LOCALBASE%%/lib/libaprutil-1.la %%LOCALBASE%%/lib/libapr-1.la -lcrypt -lz -lssl -lcrypto'
-
-# Names of additional weak libraries provided by this library
-weak_library_names=''
-
-# Version information for libserf-1.
-current=0
-age=0
-revision=0
-
-# Is this an already installed library?
-installed=yes
-
-# Should we warn about portability when linking against -modules?
-shouldnotlink=no
-
-# Files to dlopen/dlpreopen
-dlopen=''
-dlpreopen=''
-
-# Directory that this library needs to be installed in:
-libdir='%%LOCALBASE%%/lib'



More information about the Midnightbsd-cvs mailing list