ports/155272: [UPDATE] databases/ip4r: update to 1.05

Ruslan Mahmatkhanov cvs-src at yandex.ru
Fri Mar 4 18:20:10 UTC 2011


>Number:         155272
>Category:       ports
>Synopsis:       [UPDATE] databases/ip4r: update to 1.05
>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:   Fri Mar 04 18:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-STABLE
>Organization:
>Environment:
8.2-STABLE i386
tested with postgresql 8.4.7
>Description:
- update to 1.05
- drop unsupported FreeBSD versions
- remove DEFAULT_PGSQL_VER. it will work with any PostgreSQL version >= 8.0 (actually it will work with 7.x too, but installing with USE_PGXS will not work there). If user have PostgreSQL 9.x, he can override default version with DEFAULT_PGSQL_VER=90 in /etc/make.conf

originally mentioned here by axel.rau at chaos1.de:
http://lists.freebsd.org/pipermail/freebsd-ports/2011-March/066153.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa ip4r.orig/Makefile ip4r/Makefile
--- ip4r.orig/Makefile	2011-03-03 18:14:56.000000000 +0300
+++ ip4r/Makefile	2011-03-04 21:08:55.000000000 +0300
@@ -6,17 +6,15 @@
 #
 
 PORTNAME=	ip4r
-PORTVERSION=	1.03
-PORTREVISION=	1
+PORTVERSION=	1.05
 CATEGORIES=	databases net
-MASTER_SITES=	http://pgfoundry.org/frs/download.php/1581/
+MASTER_SITES=	http://pgfoundry.org/frs/download.php/2607/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	IPv4 and IPv4 range index type for PostgreSQL
 
 USE_PGSQL=	YES
 USE_GMAKE=	YES
-DEFAULT_PGSQL_VER=	81
 
 # 74 is not strictly true, but requires extracting the appropriate
 # postgresql-contrib tarball, and associated heavy lifting.
@@ -36,13 +34,4 @@
 	@${INSTALL_DATA} ${WRKSRC}/README.ip4r \
 		${PREFIX}/share/doc/postgresql/contrib
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not find dependency gcc42
-.endif
-.endif
-
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruNa ip4r.orig/distinfo ip4r/distinfo
--- ip4r.orig/distinfo	2011-03-03 18:14:56.000000000 +0300
+++ ip4r/distinfo	2011-03-03 18:18:09.000000000 +0300
@@ -1,3 +1,2 @@
-MD5 (ip4r-1.03.tar.gz) = 505bf478f48afc6c9d8c50e6aeb233cb
-SHA256 (ip4r-1.03.tar.gz) = 0f972382d9a0c2aa5b1025cacb5ca1a98bcea3a33821b723f3041ee82b0a80f2
-SIZE (ip4r-1.03.tar.gz) = 18294
+SHA256 (ip4r-1.05.tar.gz) = 134615f2423085410b2d1a05e8e25bd46f7bf7f294470302a8d9ee2e9507b1c2
+SIZE (ip4r-1.05.tar.gz) = 18700


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list