ports/167038: [PATCH] databases/pgbouncer: update to 1.5.1
Mark Felder
feld at feld.me
Tue Apr 17 20:50:02 UTC 2012
>Number: 167038
>Category: ports
>Synopsis: [PATCH] databases/pgbouncer: update to 1.5.1
>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: Tue Apr 17 20:50:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Mark Felder
>Release: FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.0-STABLE FreeBSD 9.0-STABLE #1 r230267: Tue Jan 17 15:11:44 CST
>Description:
- Update to 1.5.1
Have to declare WRKSRC because 1.5.1 release extracts as pgbouncer-1.5
I have emailed upstream about the issue and asked to not do this on future releases.
Redports report: http://redports.org/buildarchive/20120417203232-53008/
Only difference between this and redports build is that I put WRKSRC in the wrong section and have corrected it for this patch.
Port maintainer (skv at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:
--- pgbouncer-1.5.1.patch begins here ---
diff -ruN --exclude=CVS ../pgbouncer.orig/Makefile ./Makefile
--- ../pgbouncer.orig/Makefile 2012-04-17 15:44:30.334280038 -0500
+++ ./Makefile 2012-04-17 15:45:55.700295145 -0500
@@ -6,7 +6,7 @@
#
PORTNAME= pgbouncer
-PORTVERSION= 1.5
+PORTVERSION= 1.5.1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/3197/
@@ -15,6 +15,9 @@
LICENSE= BSD
+# version 1.5.1 extracts a dir still named 1.5
+WRKSRC= ${WRKDIR}/pgbouncer-1.5
+
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000258
diff -ruN --exclude=CVS ../pgbouncer.orig/distinfo ./distinfo
--- ../pgbouncer.orig/distinfo 2012-04-17 15:44:30.334280038 -0500
+++ ./distinfo 2012-04-17 15:13:50.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (pgbouncer-1.5.tar.gz) = 408924d54794fcd63cd31284fa13a21266b2fc33c6b5e6be1eb1d91512261fee
-SIZE (pgbouncer-1.5.tar.gz) = 411488
+SHA256 (pgbouncer-1.5.1.tar.gz) = 408924d54794fcd63cd31284fa13a21266b2fc33c6b5e6be1eb1d91512261fee
+SIZE (pgbouncer-1.5.1.tar.gz) = 411488
--- pgbouncer-1.5.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list