Date: Sat, 13 Jun 2009 23:18:31 +0200 From: "Radim Kolar SF.NET" <hsn@sendmail.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hsn-sf@sd.iol.cz Subject: ports/135549: [UPDATE] net/fsplib: update to 0.11 Message-ID: <E1MFacR-000PPE-Jq@sanatana.dharma> Resent-Message-ID: <200906132120.n5DLK4px053661@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135549 >Category: ports >Synopsis: [UPDATE] net/fsplib: update to 0.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 13 21:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Radim Kolar SF.NET >Release: FreeBSD 6.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD sanatana.dharma 6.4-RELEASE-p4 FreeBSD 6.4-RELEASE-p4 #1: Tue Jun 9 11:43:11 CEST >Description: - Update to 0.11 - Honor PREFIX - Optionally build shared librarY Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fsplib-0.11.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/fsplib/Makefile /home/hsn/myports/fsplib/Makefile --- /usr/ports/net/fsplib/Makefile 2007-07-24 11:24:06.000000000 +0200 +++ /home/hsn/myports/fsplib/Makefile 2009-06-13 23:15:54.000000000 +0200 @@ -5,8 +5,8 @@ # $FreeBSD: ports/net/fsplib/Makefile,v 1.5 2007/07/24 09:24:06 miwi Exp $ PORTNAME= fsplib -PORTVERSION= 0.9 -PORTREVISION= 1 +PORTVERSION= 0.11 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fsp @@ -16,7 +16,17 @@ NO_WRKSUBDIR= yes USE_SCONS= yes +SCONS_ARGS= prefix=${PREFIX} -PLIST_FILES= include/fsplib.h lib/libfsp.a +PLIST_FILES= include/fsplib.h lib/libfsplib.a + +OPTIONS= SHARED "Install shared library (EXPERIMENTAL)" OFF + +.include <bsd.port.options.mk> + +.if defined(WITH_SHARED) +SCONS_ARGS+= enable-shared=1 +PLIST_FILES+= lib/libfsplib.so.0.0.0 +.endif .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/net/fsplib/distinfo /home/hsn/myports/fsplib/distinfo --- /usr/ports/net/fsplib/distinfo 2007-07-24 11:24:06.000000000 +0200 +++ /home/hsn/myports/fsplib/distinfo 2009-06-13 22:54:19.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (fsplib-0.9.tar.gz) = e6f2e5a9cf9a893625b80ce7255c0d8c -SHA256 (fsplib-0.9.tar.gz) = 666ae1e378da31bdfa82911f192e3a3e425744a872026767b5b316bac43ceb17 -SIZE (fsplib-0.9.tar.gz) = 18220 +MD5 (fsplib-0.11.tar.gz) = f2f4809159d331baada8135d3977563c +SHA256 (fsplib-0.11.tar.gz) = 1746be3d5540de245e825d82e951c21219941e0f036bab1b0f174e573ad4ef4c +SIZE (fsplib-0.11.tar.gz) = 16988 --- fsplib-0.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1MFacR-000PPE-Jq>