diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-26 14:29:40 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-26 14:29:40 +0800 |
commit | eee0369cb3f4b02108b43aaabf5732f30c939318 (patch) | |
tree | c4ea34491a7e179570427417a986f43a15d1c934 /graphics/kudu | |
parent | 8673567b97b60a76e4a15598e3509691aff38a99 (diff) | |
download | freebsd-ports-gnome-eee0369cb3f4b02108b43aaabf5732f30c939318.tar.gz freebsd-ports-gnome-eee0369cb3f4b02108b43aaabf5732f30c939318.tar.zst freebsd-ports-gnome-eee0369cb3f4b02108b43aaabf5732f30c939318.zip |
- Update to 0.1.2
PR: ports/103652
Submitted by: maintainer (Dmitry Marakasov)
Diffstat (limited to 'graphics/kudu')
-rw-r--r-- | graphics/kudu/Makefile | 2 | ||||
-rw-r--r-- | graphics/kudu/distinfo | 6 | ||||
-rw-r--r-- | graphics/kudu/files/patch-configure | 26 | ||||
-rw-r--r-- | graphics/kudu/pkg-plist | 1 |
4 files changed, 18 insertions, 17 deletions
diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile index edfade807b1a..8bf950d6da04 100644 --- a/graphics/kudu/Makefile +++ b/graphics/kudu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kudu -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/kudu/distinfo b/graphics/kudu/distinfo index 81c135d91f41..0f28237d225a 100644 --- a/graphics/kudu/distinfo +++ b/graphics/kudu/distinfo @@ -1,3 +1,3 @@ -MD5 (kudu-0.1.0.tar.bz2) = 41c2e95d4a81caf4584d76ca0f1bbc69 -SHA256 (kudu-0.1.0.tar.bz2) = b60a4088d11b9889bba836c589297a53b7f0612feafbec0414f9ca22421b7e25 -SIZE (kudu-0.1.0.tar.bz2) = 232364 +MD5 (kudu-0.1.2.tar.bz2) = beac097acce6001182ffa329baa8bcac +SHA256 (kudu-0.1.2.tar.bz2) = 9bac5c0c662fdc80c78d2a6c5eb86dc8467fa82ad2e9dd29393c89f5df5bb7ac +SIZE (kudu-0.1.2.tar.bz2) = 306365 diff --git a/graphics/kudu/files/patch-configure b/graphics/kudu/files/patch-configure index e98299470c75..99d6d001e93d 100644 --- a/graphics/kudu/files/patch-configure +++ b/graphics/kudu/files/patch-configure @@ -1,20 +1,20 @@ ---- configure.orig Fri Dec 23 12:57:26 2005 -+++ configure Sun May 7 16:03:41 2006 -@@ -3043,7 +3043,7 @@ +--- configure.orig Tue Sep 12 23:25:45 2006 ++++ configure Fri Sep 15 00:47:10 2006 +@@ -3095,7 +3095,7 @@ #define HAVE_PYTHON_H 1 _ACEOF -- let have_python+=1 -+ have_python=$(($have_python+1)) - fi +- let have_python+=1 ++ have_python=$(($have_python+1)) + fi - # Check for Python library path -@@ -3063,7 +3063,7 @@ - #AC_MSG_ERROR([cannot find Python library path]) - have_python=0 - else -- let have_python+=1 -+ have_python=$(($have_python+1)) + # Check for Python library path +@@ -3115,7 +3115,7 @@ + #AC_MSG_ERROR([cannot find Python library path]) + have_python=0 + else +- let have_python+=1 ++ have_python=$(($have_python+1)) cat >>confdefs.h <<\_ACEOF #define HAVE_LIBPYTHON 1 diff --git a/graphics/kudu/pkg-plist b/graphics/kudu/pkg-plist index d0ef9d33bba8..c62cfa0f05af 100644 --- a/graphics/kudu/pkg-plist +++ b/graphics/kudu/pkg-plist @@ -10,6 +10,7 @@ bin/kudu %%DATADIR%%/images/logo.png %%DATADIR%%/images/object.png %%DATADIR%%/images/shape.png +%%DATADIR%%/images/splash.png %%DATADIR%%/images/vertex.png %%DATADIR%%/scripts/Axle-Spinner.py @dirrm %%DATADIR%%/scripts |