aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-05-18 00:36:19 +0800
committerade <ade@FreeBSD.org>2000-05-18 00:36:19 +0800
commit1a5b11f25d99d1d19502fdb060791cf80697da00 (patch)
tree77be64f399e85136500a2aced56668e0b38b0316 /x11-toolkits
parent205d107c2ea42c4723b690dc0bbe841cdc1aef0f (diff)
downloadfreebsd-ports-gnome-1a5b11f25d99d1d19502fdb060791cf80697da00.tar.gz
freebsd-ports-gnome-1a5b11f25d99d1d19502fdb060791cf80697da00.tar.zst
freebsd-ports-gnome-1a5b11f25d99d1d19502fdb060791cf80697da00.zip
Update to 0.10
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/rep-gtk/Makefile6
-rw-r--r--x11-toolkits/rep-gtk/distinfo2
-rw-r--r--x11-toolkits/rep-gtk/pkg-plist2
-rw-r--r--x11-toolkits/rep-gtk2/Makefile6
-rw-r--r--x11-toolkits/rep-gtk2/distinfo2
-rw-r--r--x11-toolkits/rep-gtk2/pkg-plist2
6 files changed, 16 insertions, 4 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile
index c59b9c020232..fcc954cb2166 100644
--- a/x11-toolkits/rep-gtk/Makefile
+++ b/x11-toolkits/rep-gtk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rep-gtk
-PORTVERSION= 0.9.1
+PORTVERSION= 0.10
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/
@@ -36,4 +36,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
+.if defined(NOGNOME)
+PLIST= ${PKGDIR}/PLIST.nognome
+.endif
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/rep-gtk/distinfo b/x11-toolkits/rep-gtk/distinfo
index 63c3a0a934f2..eb4b984eac8c 100644
--- a/x11-toolkits/rep-gtk/distinfo
+++ b/x11-toolkits/rep-gtk/distinfo
@@ -1 +1 @@
-MD5 (rep-gtk-0.9.1.tar.gz) = 4ccbbc581fb6eff1b4eedf018a3ffc53
+MD5 (rep-gtk-0.10.tar.gz) = 5d316669a2b856c2338fc58a981ae2d2
diff --git a/x11-toolkits/rep-gtk/pkg-plist b/x11-toolkits/rep-gtk/pkg-plist
index 5093f9060c1d..d57bd7e6441c 100644
--- a/x11-toolkits/rep-gtk/pkg-plist
+++ b/x11-toolkits/rep-gtk/pkg-plist
@@ -6,6 +6,8 @@ libexec/rep/%%GNUHOST%%/gnomeui.la
libexec/rep/%%GNUHOST%%/gnomeui.so
libexec/rep/%%GNUHOST%%/gtk.la
libexec/rep/%%GNUHOST%%/gtk.so
+libexec/rep/%%GNUHOST%%/libglade-gnome.la
+libexec/rep/%%GNUHOST%%/libglade-gnome.so
libexec/rep/%%GNUHOST%%/libglade.la
libexec/rep/%%GNUHOST%%/libglade.so
libexec/rep/%%GNUHOST%%/sgtk-types.la
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile
index c59b9c020232..fcc954cb2166 100644
--- a/x11-toolkits/rep-gtk2/Makefile
+++ b/x11-toolkits/rep-gtk2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rep-gtk
-PORTVERSION= 0.9.1
+PORTVERSION= 0.10
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/
@@ -36,4 +36,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
+.if defined(NOGNOME)
+PLIST= ${PKGDIR}/PLIST.nognome
+.endif
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/rep-gtk2/distinfo b/x11-toolkits/rep-gtk2/distinfo
index 63c3a0a934f2..eb4b984eac8c 100644
--- a/x11-toolkits/rep-gtk2/distinfo
+++ b/x11-toolkits/rep-gtk2/distinfo
@@ -1 +1 @@
-MD5 (rep-gtk-0.9.1.tar.gz) = 4ccbbc581fb6eff1b4eedf018a3ffc53
+MD5 (rep-gtk-0.10.tar.gz) = 5d316669a2b856c2338fc58a981ae2d2
diff --git a/x11-toolkits/rep-gtk2/pkg-plist b/x11-toolkits/rep-gtk2/pkg-plist
index 5093f9060c1d..d57bd7e6441c 100644
--- a/x11-toolkits/rep-gtk2/pkg-plist
+++ b/x11-toolkits/rep-gtk2/pkg-plist
@@ -6,6 +6,8 @@ libexec/rep/%%GNUHOST%%/gnomeui.la
libexec/rep/%%GNUHOST%%/gnomeui.so
libexec/rep/%%GNUHOST%%/gtk.la
libexec/rep/%%GNUHOST%%/gtk.so
+libexec/rep/%%GNUHOST%%/libglade-gnome.la
+libexec/rep/%%GNUHOST%%/libglade-gnome.so
libexec/rep/%%GNUHOST%%/libglade.la
libexec/rep/%%GNUHOST%%/libglade.so
libexec/rep/%%GNUHOST%%/sgtk-types.la
t builds, when theyamdmi32016-09-101-4/+0 * dns/knot2: update 2.2.1 -> 2.3.0junovitch2016-08-101-2/+1 * dns/knot2: Fix rc scriptpi2016-06-071-0/+1 * - Update to 2.2.1amdmi32016-06-061-3/+2 * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01