diff options
author | oliver <oliver@FreeBSD.org> | 2005-09-28 15:00:58 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-09-28 15:00:58 +0000 |
commit | 145c4ab3051dbf1e3e2cd3e98c6947e8a3ae9983 (patch) | |
tree | b6b6d67ce80bb3df79f245465355eaddffe33c92 /math | |
parent | 1e91d03298f4d1151cce3a375e025b27c37e98aa (diff) | |
download | FreeBSD-ports-145c4ab3051dbf1e3e2cd3e98c6947e8a3ae9983.zip FreeBSD-ports-145c4ab3051dbf1e3e2cd3e98c6947e8a3ae9983.tar.gz |
update to 0.3.4
Approved by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/wfmath/Makefile | 8 | ||||
-rw-r--r-- | math/wfmath/distinfo | 4 | ||||
-rw-r--r-- | math/wfmath/files/patch-Makefile.in | 19 |
3 files changed, 5 insertions, 26 deletions
diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index 363eb3e..9d690f8 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -6,18 +6,16 @@ # PORTNAME= wfmath -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= math -MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/${PORTNAME}/ \ - http://purple.worldforge.org/downloads/libs/${PORTNAME}/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge MAINTAINER= jannisan@t-online.de COMMENT= Worldforge math library USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig gnomehack INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 diff --git a/math/wfmath/distinfo b/math/wfmath/distinfo index f0a7564..ebc5bec 100644 --- a/math/wfmath/distinfo +++ b/math/wfmath/distinfo @@ -1,2 +1,2 @@ -MD5 (wfmath-0.3.3.tar.gz) = 33e7bc1468183e3a35f3f29e7d29d4d8 -SIZE (wfmath-0.3.3.tar.gz) = 393387 +MD5 (wfmath-0.3.4.tar.gz) = 6a14f7de9d467d7b72b37da5ca5f92c5 +SIZE (wfmath-0.3.4.tar.gz) = 414908 diff --git a/math/wfmath/files/patch-Makefile.in b/math/wfmath/files/patch-Makefile.in deleted file mode 100644 index 69eb90a..0000000 --- a/math/wfmath/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.in.orig Thu Feb 3 10:13:51 2005 ---- Makefile.in Thu Feb 3 10:16:12 2005 -*************** -*** 100,106 **** - WFMATH_VERSION_INFO = @WFMATH_VERSION_INFO@ - WFMATH_VERSION_NO = @WFMATH_VERSION_NO@ - -! pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = wfmath-0.3.pc - - EXTRA_DIST = TODO autogen.sh wfmath.pbproj/project.pbxproj wfmath.spec ---- 100,106 ---- - WFMATH_VERSION_INFO = @WFMATH_VERSION_INFO@ - WFMATH_VERSION_NO = @WFMATH_VERSION_NO@ - -! pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = wfmath-0.3.pc - - EXTRA_DIST = TODO autogen.sh wfmath.pbproj/project.pbxproj wfmath.spec |