diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-09 14:30:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-09 14:30:03 +0800 |
commit | 4f25c6c58af6c538472bf4746d0e8fbda81322eb (patch) | |
tree | c60c6b859940b1000ff9882698356895b552c2e2 /x11 | |
parent | abd189c10baf87b928a04f14daa6716994faab0e (diff) | |
download | marcuscom-ports-4f25c6c58af6c538472bf4746d0e8fbda81322eb.tar marcuscom-ports-4f25c6c58af6c538472bf4746d0e8fbda81322eb.tar.gz marcuscom-ports-4f25c6c58af6c538472bf4746d0e8fbda81322eb.tar.bz2 marcuscom-ports-4f25c6c58af6c538472bf4746d0e8fbda81322eb.tar.lz marcuscom-ports-4f25c6c58af6c538472bf4746d0e8fbda81322eb.tar.xz marcuscom-ports-4f25c6c58af6c538472bf4746d0e8fbda81322eb.tar.zst marcuscom-ports-4f25c6c58af6c538472bf4746d0e8fbda81322eb.zip |
Update to 2.5.90.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1802 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm2/Makefile | 3 | ||||
-rw-r--r-- | x11/gdm2/distinfo | 3 | ||||
-rw-r--r-- | x11/gdm2/files/patch-daemon_auth.c | 10 |
3 files changed, 3 insertions, 13 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 6506a81e7..3a5d176bb 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gdm2 -PORTVERSION= 2.5.90.0 -PORTREVISION= 1 +PORTVERSION= 2.5.90.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 diff --git a/x11/gdm2/distinfo b/x11/gdm2/distinfo index f0c8876a7..26151a28a 100644 --- a/x11/gdm2/distinfo +++ b/x11/gdm2/distinfo @@ -1 +1,2 @@ -MD5 (gnome2/gdm-2.5.90.0.tar.bz2) = 1dab37053816ac36a69045122a7076b5 +MD5 (gnome2/gdm-2.5.90.1.tar.bz2) = d3f117e42cc1ebe052a656d42373611a +SIZE (gnome2/gdm-2.5.90.1.tar.bz2) = 2604636 diff --git a/x11/gdm2/files/patch-daemon_auth.c b/x11/gdm2/files/patch-daemon_auth.c deleted file mode 100644 index 575aba07f..000000000 --- a/x11/gdm2/files/patch-daemon_auth.c +++ /dev/null @@ -1,10 +0,0 @@ ---- daemon/auth.c.orig Thu Jan 8 14:36:16 2004 -+++ daemon/auth.c Thu Jan 8 14:38:35 2004 -@@ -22,6 +22,7 @@ - #include <config.h> - #include <libgnome/libgnome.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <unistd.h> - #include <sys/stat.h> - #include <fcntl.h> |