diff options
author | gahr <gahr@FreeBSD.org> | 2011-05-10 20:23:22 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-05-10 20:23:22 +0800 |
commit | f2599db76e7f8fdf21db0133a7d9a3bb23004767 (patch) | |
tree | b210ad529f1b268f5eddf1931c628d58c24c15f5 /x11-toolkits | |
parent | df1ec19543bfbc82cdfb74110e0c82f5ebd9b498 (diff) | |
download | freebsd-ports-gnome-f2599db76e7f8fdf21db0133a7d9a3bb23004767.tar.gz freebsd-ports-gnome-f2599db76e7f8fdf21db0133a7d9a3bb23004767.tar.zst freebsd-ports-gnome-f2599db76e7f8fdf21db0133a7d9a3bb23004767.zip |
- Update to latest snapshot 0.9.95-10-05-11
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/gnocl/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 1c2ca0e91e2b..eadd2e5e1336 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gnocl -PORTVERSION= 0.9.95 +DISTVERSION= ${BASE_VERSION}-${NIGHTLY_BUILD} CATEGORIES= x11-toolkits devel -MASTER_SITES= SF/${PORTNAME}/Gnocl/${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/Gnocl-Nightly-Build/ MAINTAINER= gahr@FreeBSD.org COMMENT= GTK+ and Gnome extension for Tcl @@ -22,10 +22,14 @@ USE_TCL= 84+ USE_LDCONFIG= yes CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} `pkg-config --cflags libglade-2.0` +BASE_VERSION= 0.9.95 +NIGHTLY_BUILD= 10-05-11 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${BASE_VERSION} BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${BUILD_WRKSRC} -BASEDIR= lib/${PORTNAME}${PORTVERSION} +BASEDIR= lib/${PORTNAME}${BASE_VERSION} PLIST_FILES= ${BASEDIR}/${PORTNAME}.so \ ${BASEDIR}/pkgIndex.tcl PLIST_DIRS= ${BASEDIR} diff --git a/x11-toolkits/gnocl/distinfo b/x11-toolkits/gnocl/distinfo index ae1c9079a5b9..30987defa3d0 100644 --- a/x11-toolkits/gnocl/distinfo +++ b/x11-toolkits/gnocl/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnocl-0.9.95.tar.bz2) = a64afca726d97f3750476d88d0f896c8dcd7e41df130d5437bbe7640ac23b664 -SIZE (gnocl-0.9.95.tar.bz2) = 912444 +SHA256 (gnocl-0.9.95-10-05-11.tar.bz2) = 3b719d4e78949cff43a7d7bdb52174310236fbcdf3b0342e86341216850b509f +SIZE (gnocl-0.9.95-10-05-11.tar.bz2) = 992044 |