svn commit: r342443 - head/databases/ip4r
Anton Berezin
tobez at FreeBSD.org
Mon Feb 3 13:52:19 UTC 2014
Author: tobez
Date: Mon Feb 3 13:52:17 2014
New Revision: 342443
URL: http://svnweb.freebsd.org/changeset/ports/342443
QAT: https://qat.redports.org/buildarchive/r342443/
Log:
Update to 2.0 and take over maintainership.
Modified:
head/databases/ip4r/Makefile
head/databases/ip4r/distinfo
head/databases/ip4r/pkg-descr
Modified: head/databases/ip4r/Makefile
==============================================================================
--- head/databases/ip4r/Makefile Mon Feb 3 13:43:00 2014 (r342442)
+++ head/databases/ip4r/Makefile Mon Feb 3 13:52:17 2014 (r342443)
@@ -2,21 +2,16 @@
# $FreeBSD$
PORTNAME= ip4r
-PORTVERSION= 1.05
+PORTVERSION= 2.0
CATEGORIES= databases net
-MASTER_SITES= http://pgfoundry.org/frs/download.php/2607/
+MASTER_SITES= http://pgfoundry.org/frs/download.php/3380/
-MAINTAINER= ports at FreeBSD.org
-COMMENT= IPv4 and IPv4 range index type for PostgreSQL
+MAINTAINER= tobez at FreeBSD.org
+COMMENT= IP address and IP range index types for PostgreSQL
USE_PGSQL= YES
USE_GMAKE= YES
-# 74 is not strictly true, but requires extracting the appropriate
-# postgresql-contrib tarball, and associated heavy lifting.
-# In order to keep this port simple, we assume >= 8.0
-IGNORE_WITH_PGSQL= 73 74
-
MAKE_ARGS= USE_PGXS=1
# In order to make this port PREFIX-safe, we override the install target
Modified: head/databases/ip4r/distinfo
==============================================================================
--- head/databases/ip4r/distinfo Mon Feb 3 13:43:00 2014 (r342442)
+++ head/databases/ip4r/distinfo Mon Feb 3 13:52:17 2014 (r342443)
@@ -1,2 +1,2 @@
-SHA256 (ip4r-1.05.tar.gz) = 134615f2423085410b2d1a05e8e25bd46f7bf7f294470302a8d9ee2e9507b1c2
-SIZE (ip4r-1.05.tar.gz) = 18700
+SHA256 (ip4r-2.0.tar.gz) = 251e70d12fc1244aab1707d3db0fe9f821ab224765e34cd8f2fb66ee3468a957
+SIZE (ip4r-2.0.tar.gz) = 93007
Modified: head/databases/ip4r/pkg-descr
==============================================================================
--- head/databases/ip4r/pkg-descr Mon Feb 3 13:43:00 2014 (r342442)
+++ head/databases/ip4r/pkg-descr Mon Feb 3 13:52:17 2014 (r342443)
@@ -1,5 +1,6 @@
IP4R is a contributed PostgreSQL module that embraces and extends the
existing 'inet' and 'cidr' built-in types, providing extra functionality
-and simplicity to IPv4 address lookup within large-scale environments.
+and simplicity to IPv4 and IPv6 address lookup within large-scale
+environments.
WWW: http://pgfoundry.org/projects/ip4r/
More information about the svn-ports-all
mailing list