summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-26 23:32:52 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-26 23:32:52 +0800
commit706b8ec3c64eba2c54f7c251d5b6ab6010c7739e (patch)
tree21c1737a9a0b879c7b64c5689e5d8761747860f2
parent344869b85e1b268f0349f6a292f1dee699641fa7 (diff)
downloadmarcuscom-ports-706b8ec3c64eba2c54f7c251d5b6ab6010c7739e.tar
marcuscom-ports-706b8ec3c64eba2c54f7c251d5b6ab6010c7739e.tar.gz
marcuscom-ports-706b8ec3c64eba2c54f7c251d5b6ab6010c7739e.tar.bz2
marcuscom-ports-706b8ec3c64eba2c54f7c251d5b6ab6010c7739e.tar.lz
marcuscom-ports-706b8ec3c64eba2c54f7c251d5b6ab6010c7739e.tar.xz
marcuscom-ports-706b8ec3c64eba2c54f7c251d5b6ab6010c7739e.tar.zst
marcuscom-ports-706b8ec3c64eba2c54f7c251d5b6ab6010c7739e.zip
- Update to 2.13.90
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5773 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome-applets/Makefile9
-rw-r--r--x11/gnome-applets/distinfo6
-rw-r--r--x11/gnomeapplets2/Makefile9
-rw-r--r--x11/gnomeapplets2/distinfo6
4 files changed, 14 insertions, 16 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index 44685e4fd..00cc71ae2 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.103 2006/02/20 06:06:41 marcus Exp $
+# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.104 2006/02/23 21:58:22 ahze Exp $
#
PORTNAME= gnomeapplets2
-PORTVERSION= 2.13.4
-PORTREVISION= 1
+PORTVERSION= 2.13.90
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-applets/2.13
@@ -36,8 +35,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gstreamer=0.10
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
FREEBSD_SYS=${FREEBSD_SYS}
GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \
diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo
index 69f73da30..2a1ecc771 100644
--- a/x11/gnome-applets/distinfo
+++ b/x11/gnome-applets/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-applets-2.13.4.tar.bz2) = d45875668fd4e30d0863bf71ead44caa
-SHA256 (gnome2/gnome-applets-2.13.4.tar.bz2) = 1e6c87a1fb66f24e7758d73351f89a9291ff3d7a68d7d5d583811e363290a2cf
-SIZE (gnome2/gnome-applets-2.13.4.tar.bz2) = 6233728
+MD5 (gnome2/gnome-applets-2.13.90.tar.bz2) = 9aac02f11ad626b2e92767f083762f8f
+SHA256 (gnome2/gnome-applets-2.13.90.tar.bz2) = 1710ac7a5c6827c2f8b00807dfda991631d601a5dbbe81b2e136e034ba1c59e0
+SIZE (gnome2/gnome-applets-2.13.90.tar.bz2) = 6221540
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile
index 44685e4fd..00cc71ae2 100644
--- a/x11/gnomeapplets2/Makefile
+++ b/x11/gnomeapplets2/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.103 2006/02/20 06:06:41 marcus Exp $
+# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.104 2006/02/23 21:58:22 ahze Exp $
#
PORTNAME= gnomeapplets2
-PORTVERSION= 2.13.4
-PORTREVISION= 1
+PORTVERSION= 2.13.90
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-applets/2.13
@@ -36,8 +35,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gstreamer=0.10
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
FREEBSD_SYS=${FREEBSD_SYS}
GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \
diff --git a/x11/gnomeapplets2/distinfo b/x11/gnomeapplets2/distinfo
index 69f73da30..2a1ecc771 100644
--- a/x11/gnomeapplets2/distinfo
+++ b/x11/gnomeapplets2/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-applets-2.13.4.tar.bz2) = d45875668fd4e30d0863bf71ead44caa
-SHA256 (gnome2/gnome-applets-2.13.4.tar.bz2) = 1e6c87a1fb66f24e7758d73351f89a9291ff3d7a68d7d5d583811e363290a2cf
-SIZE (gnome2/gnome-applets-2.13.4.tar.bz2) = 6233728
+MD5 (gnome2/gnome-applets-2.13.90.tar.bz2) = 9aac02f11ad626b2e92767f083762f8f
+SHA256 (gnome2/gnome-applets-2.13.90.tar.bz2) = 1710ac7a5c6827c2f8b00807dfda991631d601a5dbbe81b2e136e034ba1c59e0
+SIZE (gnome2/gnome-applets-2.13.90.tar.bz2) = 6221540