diff options
author | aaron <aaron@FreeBSD.org> | 2006-08-01 11:11:33 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-08-01 11:11:33 +0800 |
commit | ad5e728bcbf9bd35ac1ff6608598c7b87e18a48a (patch) | |
tree | e3077b6ed59ec82d0e57945782248768666870c2 /games | |
parent | 972c2c73ac764606ab624b5255b6886adeb315f8 (diff) | |
download | freebsd-ports-gnome-ad5e728bcbf9bd35ac1ff6608598c7b87e18a48a.tar.gz freebsd-ports-gnome-ad5e728bcbf9bd35ac1ff6608598c7b87e18a48a.tar.zst freebsd-ports-gnome-ad5e728bcbf9bd35ac1ff6608598c7b87e18a48a.zip |
- Update to v1.0.2 and use new Sourceforge source
Diffstat (limited to 'games')
-rw-r--r-- | games/libfov/Makefile | 9 | ||||
-rw-r--r-- | games/libfov/distinfo | 6 | ||||
-rw-r--r-- | games/libfov/files/Makefile.bsd | 4 | ||||
-rw-r--r-- | games/libfov/pkg-plist | 2 |
4 files changed, 11 insertions, 10 deletions
diff --git a/games/libfov/Makefile b/games/libfov/Makefile index f15f1e9c350e..a9737778152f 100644 --- a/games/libfov/Makefile +++ b/games/libfov/Makefile @@ -6,14 +6,15 @@ # PORTNAME= libfov -PORTVERSION= 0.1.2 +PORTVERSION= 1.0.2 CATEGORIES= games devel -MASTER_SITES= http://members.optushome.com.au/puyo/dev/libfov/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= libfov MAINTAINER= aaron@FreeBSD.org -COMMENT= This C library implements a course-grained lighting algorithm +COMMENT= C library for calculating fields of view on low resolution rasters -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC= ${WRKDIR}/${DISTNAME}/fov INSTALLS_SHLIB= yes post-extract: diff --git a/games/libfov/distinfo b/games/libfov/distinfo index 102b2330ae02..6071e31983fe 100644 --- a/games/libfov/distinfo +++ b/games/libfov/distinfo @@ -1,3 +1,3 @@ -MD5 (libfov-0.1.2.tar.gz) = ef0e8ddee26433d219216d194c27926e -SHA256 (libfov-0.1.2.tar.gz) = fa0ae16066cb736acf96f65c0a354f89125f74018912e59d50dc7e90c411c038 -SIZE (libfov-0.1.2.tar.gz) = 178220 +MD5 (libfov-1.0.2.tar.gz) = e0d2a9bd7dc1acf08533624f616ee028 +SHA256 (libfov-1.0.2.tar.gz) = 61ba9824328f544736e88fa076778935cdcf61b910cf5a52edeab080c3ae107a +SIZE (libfov-1.0.2.tar.gz) = 343401 diff --git a/games/libfov/files/Makefile.bsd b/games/libfov/files/Makefile.bsd index a97515ecf004..13a905734211 100644 --- a/games/libfov/files/Makefile.bsd +++ b/games/libfov/files/Makefile.bsd @@ -1,6 +1,6 @@ LIB= fov -SHLIB_MAJOR= 0 -SHLIB_MINOR= 1 +SHLIB_MAJOR= 1 +SHLIB_MINOR= 0 SRCS= fov.c INCS= fov.h LIBDIR= ${PREFIX}/lib diff --git a/games/libfov/pkg-plist b/games/libfov/pkg-plist index 88ce918dfbcf..5634616e74ce 100644 --- a/games/libfov/pkg-plist +++ b/games/libfov/pkg-plist @@ -1,5 +1,5 @@ include/fov.h lib/libfov.a lib/libfov.so -lib/libfov.so.0 +lib/libfov.so.1 lib/libfov_p.a |