diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-10 00:58:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-10 00:58:25 +0800 |
commit | 9da42499128e19ff4c77ea807862d032e835331b (patch) | |
tree | 2b971e477be29419f8294e9025bb32518e142076 | |
parent | 19227fb7627c7c5573543cf6e5bb9b28f7ce6dcb (diff) | |
download | freebsd-ports-gnome-9da42499128e19ff4c77ea807862d032e835331b.tar.gz freebsd-ports-gnome-9da42499128e19ff4c77ea807862d032e835331b.tar.zst freebsd-ports-gnome-9da42499128e19ff4c77ea807862d032e835331b.zip |
- Update to 1.05
PR: 155272
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-rw-r--r-- | databases/ip4r/Makefile | 17 | ||||
-rw-r--r-- | databases/ip4r/distinfo | 5 |
2 files changed, 5 insertions, 17 deletions
diff --git a/databases/ip4r/Makefile b/databases/ip4r/Makefile index 6a10f535485a..67da41a2cd94 100644 --- a/databases/ip4r/Makefile +++ b/databases/ip4r/Makefile @@ -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@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 @@ do-install: @${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 --git a/databases/ip4r/distinfo b/databases/ip4r/distinfo index 125f69738b2c..e2d0c9fd1fb0 100644 --- a/databases/ip4r/distinfo +++ b/databases/ip4r/distinfo @@ -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 |