diff options
author | gahr <gahr@FreeBSD.org> | 2012-05-02 15:54:15 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-05-02 15:54:15 +0800 |
commit | c6f05472b4ad9930509e7b52cecef457a98c73a1 (patch) | |
tree | 76312ee89ffbded5b542d1a8b76d4ac1d43fdf88 /x11-toolkits | |
parent | 157509f1cce688127635f046fe306ef194a02fd3 (diff) | |
download | freebsd-ports-gnome-c6f05472b4ad9930509e7b52cecef457a98c73a1.tar.gz freebsd-ports-gnome-c6f05472b4ad9930509e7b52cecef457a98c73a1.tar.zst freebsd-ports-gnome-c6f05472b4ad9930509e7b52cecef457a98c73a1.zip |
- Update to 0.9.96-20-04-12
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnocl/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gnocl/files/patch-src_Makefile | 13 |
3 files changed, 7 insertions, 12 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index c21507a8135b..59c0424e3235 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= yes CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} `pkg-config --cflags libglade-2.0` BASE_VERSION= 0.9.96 -NIGHTLY_BUILD= 09-04-12 +NIGHTLY_BUILD= 20-04-12 WRKSRC= ${WRKDIR}/${PORTNAME}-${BASE_VERSION} BUILD_WRKSRC= ${WRKSRC}/src diff --git a/x11-toolkits/gnocl/distinfo b/x11-toolkits/gnocl/distinfo index 1d877bc4d70f..33b3b4fac514 100644 --- a/x11-toolkits/gnocl/distinfo +++ b/x11-toolkits/gnocl/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnocl-0.9.96-09-04-12.tar.bz2) = 30708db5bd7cf12c4232744bd1bd202d616c8a2786e5bba36ec16fec5b7056bf -SIZE (gnocl-0.9.96-09-04-12.tar.bz2) = 1036107 +SHA256 (gnocl-0.9.96-20-04-12.tar.bz2) = 3d36df13dbd23c1ac80f21d071c0d46b71af306ae49cc3d586b4da3e47314a90 +SIZE (gnocl-0.9.96-20-04-12.tar.bz2) = 1036316 diff --git a/x11-toolkits/gnocl/files/patch-src_Makefile b/x11-toolkits/gnocl/files/patch-src_Makefile index f20d0ac8ee2c..bdcbf28852d4 100644 --- a/x11-toolkits/gnocl/files/patch-src_Makefile +++ b/x11-toolkits/gnocl/files/patch-src_Makefile @@ -1,11 +1,6 @@ ---- src/Makefile.orig 2012-04-09 13:56:02.000000000 +0200 -+++ src/Makefile 2012-04-10 15:01:49.000000000 +0200 -@@ -69,11 +69,11 @@ - iconView.o \ - infoBar.o \ - inputDialog.o \ -- ./imageViewer/gtk-image-viewer-fixed.o \ - imageViewer.o \ +--- src/Makefile.orig 2012-04-20 23:05:25.000000000 +0200 ++++ src/Makefile 2012-04-20 23:05:25.000000000 +0200 +@@ -72,6 +72,7 @@ image.o \ itemGroup.o \ label.o \ @@ -13,7 +8,7 @@ language.o \ layout.o \ linkButton.o \ -@@ -90,7 +90,9 @@ +@@ -88,7 +89,9 @@ pageSetup.o \ pageSetupDialog.o \ paned.o \ |