diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-05-30 07:12:27 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-05-30 07:12:27 +0000 |
commit | 3b697015e504bb294b3d5a7b2021946393d0da3a (patch) | |
tree | e4522022352259b7b696ae17016c9a89ebbace56 | |
parent | 6ca991ddaa5fa22531bc2b83584387353c5fab5f (diff) | |
download | ports-3b697015e504bb294b3d5a7b2021946393d0da3a.tar.gz ports-3b697015e504bb294b3d5a7b2021946393d0da3a.zip |
- Update to 2.0.2
PR: ports/157120
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=274795
-rw-r--r-- | databases/iplike/Makefile | 6 | ||||
-rw-r--r-- | databases/iplike/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/iplike/Makefile b/databases/iplike/Makefile index 9a6a7005989f..08d7855328c3 100644 --- a/databases/iplike/Makefile +++ b/databases/iplike/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iplike -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.2 CATEGORIES= databases MASTER_SITES= SF/opennms/IPLIKE/stable-2.0/ @@ -18,8 +18,8 @@ USE_LDCONFIG= yes USE_PGSQL= yes SUB_FILES= pkg-message -PLIST_FILES= lib/iplike.la \ - lib/iplike.so \ +PLIST_FILES= lib/postgresql/iplike.la \ + lib/postgresql/iplike.so \ sbin/install_iplike.sh post-install: diff --git a/databases/iplike/distinfo b/databases/iplike/distinfo index 63110e9b573a..c8342081b5d9 100644 --- a/databases/iplike/distinfo +++ b/databases/iplike/distinfo @@ -1,2 +1,2 @@ -SHA256 (iplike-2.0.0.tar.gz) = 534491be2c34de1627088afcb3c01d09d709cdabb73c106f0212d7dce9899d9b -SIZE (iplike-2.0.0.tar.gz) = 328904 +SHA256 (iplike-2.0.2.tar.gz) = dd5fa1b5de0342d83e1685f77315be1c5ef1b269da5c4fb4e72a2d4ab3c94687 +SIZE (iplike-2.0.2.tar.gz) = 329063 |