diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-14 06:22:54 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-14 06:22:54 +0800 |
commit | 7f62469465755d364283c8dca5273bbfcba4afc3 (patch) | |
tree | f60414cf9fa699a569e5082c135677565ea05113 /sysutils/gnome-system-tools | |
parent | 69d5a624e7293da30de92d0e07b2018b6da64c5b (diff) | |
download | marcuscom-ports-7f62469465755d364283c8dca5273bbfcba4afc3.tar marcuscom-ports-7f62469465755d364283c8dca5273bbfcba4afc3.tar.gz marcuscom-ports-7f62469465755d364283c8dca5273bbfcba4afc3.tar.bz2 marcuscom-ports-7f62469465755d364283c8dca5273bbfcba4afc3.tar.lz marcuscom-ports-7f62469465755d364283c8dca5273bbfcba4afc3.tar.xz marcuscom-ports-7f62469465755d364283c8dca5273bbfcba4afc3.tar.zst marcuscom-ports-7f62469465755d364283c8dca5273bbfcba4afc3.zip |
Update to 1.1.4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3429 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools')
-rw-r--r-- | sysutils/gnome-system-tools/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnome-system-tools/distinfo | 4 | ||||
-rw-r--r-- | sysutils/gnome-system-tools/files/patch-configure | 31 |
3 files changed, 5 insertions, 32 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index 71c50a408..401684743 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomesystemtools -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.4.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-tools/1.1 diff --git a/sysutils/gnome-system-tools/distinfo b/sysutils/gnome-system-tools/distinfo index bdf462ded..366e07a59 100644 --- a/sysutils/gnome-system-tools/distinfo +++ b/sysutils/gnome-system-tools/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-system-tools-1.1.4.tar.bz2) = 89dfc2ae26336b226235d0cecbe54b93 -SIZE (gnome2/gnome-system-tools-1.1.4.tar.bz2) = 2756742 +MD5 (gnome2/gnome-system-tools-1.1.4.1.tar.bz2) = 19819407d91565b2485955583c0106c3 +SIZE (gnome2/gnome-system-tools-1.1.4.1.tar.bz2) = 2757166 diff --git a/sysutils/gnome-system-tools/files/patch-configure b/sysutils/gnome-system-tools/files/patch-configure index dc900ad4e..712bb1def 100644 --- a/sysutils/gnome-system-tools/files/patch-configure +++ b/sysutils/gnome-system-tools/files/patch-configure @@ -1,32 +1,5 @@ ---- configure.orig Thu Jan 13 01:56:41 2005 -+++ configure Thu Jan 13 02:14:07 2005 -@@ -21160,7 +21160,7 @@ - - - --if test x$enable_boot = xno; then -+if test x$enable_boot = xyes; then - BUILD_BOOT_TRUE= - BUILD_BOOT_FALSE='#' - else -@@ -21178,7 +21178,7 @@ - fi - - --if test x$enable_services = xno; then -+if test x$enable_services = xyes; then - BUILD_SERVICES_TRUE= - BUILD_SERVICES_FALSE='#' - else -@@ -21205,7 +21205,7 @@ - fi - - --if test x$enable_disks = xno; then -+if test x$enable_disks = xyes; then - BUILD_DISKS_TRUE= - BUILD_DISKS_FALSE='#' - else +--- configure.orig Thu Jan 13 17:15:39 2005 ++++ configure Thu Jan 13 17:17:13 2005 @@ -22990,7 +22990,7 @@ GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS" |