diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-25 12:11:36 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-25 12:11:36 +0800 |
commit | 7b0c5e0b4ae660fdd1731f5fdf084b5fb91f9bb6 (patch) | |
tree | 668dd7b3caf806c7d60744d10fff7e033845e8ae /x11/rxvt-unicode | |
parent | 94f3d522f290d815540e583976f4cf1d6192de2d (diff) | |
download | freebsd-ports-gnome-7b0c5e0b4ae660fdd1731f5fdf084b5fb91f9bb6.tar.gz freebsd-ports-gnome-7b0c5e0b4ae660fdd1731f5fdf084b5fb91f9bb6.tar.zst freebsd-ports-gnome-7b0c5e0b4ae660fdd1731f5fdf084b5fb91f9bb6.zip |
Update to version 2.7.2
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 2 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-aa | 11 |
3 files changed, 9 insertions, 8 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 14b05b3584d0..670e0b39ccb1 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,5 +1,5 @@ # New ports collection Makefile for: rxvt -# Version required: 2.7.1 +# Version required: 2.7.2 # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # @@ -9,7 +9,7 @@ # (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use # the same distfile. -DISTNAME= rxvt-2.7.1 +DISTNAME= rxvt-2.7.2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 5acd9bd8ca35..640bb453beee 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1 +1 @@ -MD5 (rxvt-2.7.1.tar.bz2) = 56fd0320b09c5bad674c7ce570af74bb +MD5 (rxvt-2.7.2.tar.bz2) = cce181764763ceb7c1d12a8b05c3ce2e diff --git a/x11/rxvt-unicode/files/patch-aa b/x11/rxvt-unicode/files/patch-aa index eb613fa36fe3..6474271cd903 100644 --- a/x11/rxvt-unicode/files/patch-aa +++ b/x11/rxvt-unicode/files/patch-aa @@ -1,10 +1,11 @@ ---- Makefile.in.orig Sun Mar 28 21:31:37 1999 -+++ Makefile.in Tue Jun 8 11:07:52 1999 -@@ -10,6 +10,7 @@ +--- Makefile.in.orig Fri Dec 24 20:05:41 1999 ++++ Makefile.in Fri Dec 24 20:05:48 1999 +@@ -9,7 +9,7 @@ + first_rule: all dummy: - subdirs = src doc rclock src/graphics -+subdirs = src doc # rclock src/graphics +-subdirs = src doc rclock src/graphics src/test ++subdirs = src doc # rclock src/graphics src/test DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog |