diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-04-25 16:14:24 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-04-25 16:14:24 +0000 |
commit | e497f88ff67a3462369b629aafa2a2fd3cfe5603 (patch) | |
tree | a83edbf6b5006cd4408c68be568c75d7bfb00732 | |
parent | Update to 1.1.3. (diff) |
Whoops, 1.4 in the MASTER_SITES should be 1.5. I guess that's what I get
for fetching the tarball manually first.
Submitted by: Clive Lin <clive@CirX.ORG>
Notes
Notes:
svn path=/head/; revision=28000
-rw-r--r-- | irc/xchat-devel/Makefile | 4 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 4 | ||||
-rw-r--r-- | irc/xchat/Makefile | 4 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 4 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 31e9cde1ce35..2f755ca052bd 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -8,8 +8,8 @@ PORTNAME= xchat PORTVERSION= 1.5.0 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/source/1.4/ \ - http://xchat.linuxpower.org/files/source/1.4/ +MASTER_SITES= http://xchat.org/files/source/1.5/ \ + http://xchat.linuxpower.org/files/source/1.5/ MAINTAINER= jim@FreeBSD.org diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 31e9cde1ce35..2f755ca052bd 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -8,8 +8,8 @@ PORTNAME= xchat PORTVERSION= 1.5.0 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/source/1.4/ \ - http://xchat.linuxpower.org/files/source/1.4/ +MASTER_SITES= http://xchat.org/files/source/1.5/ \ + http://xchat.linuxpower.org/files/source/1.5/ MAINTAINER= jim@FreeBSD.org diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 31e9cde1ce35..2f755ca052bd 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -8,8 +8,8 @@ PORTNAME= xchat PORTVERSION= 1.5.0 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/source/1.4/ \ - http://xchat.linuxpower.org/files/source/1.4/ +MASTER_SITES= http://xchat.org/files/source/1.5/ \ + http://xchat.linuxpower.org/files/source/1.5/ MAINTAINER= jim@FreeBSD.org diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 31e9cde1ce35..2f755ca052bd 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -8,8 +8,8 @@ PORTNAME= xchat PORTVERSION= 1.5.0 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/source/1.4/ \ - http://xchat.linuxpower.org/files/source/1.4/ +MASTER_SITES= http://xchat.org/files/source/1.5/ \ + http://xchat.linuxpower.org/files/source/1.5/ MAINTAINER= jim@FreeBSD.org diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 31e9cde1ce35..2f755ca052bd 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -8,8 +8,8 @@ PORTNAME= xchat PORTVERSION= 1.5.0 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/source/1.4/ \ - http://xchat.linuxpower.org/files/source/1.4/ +MASTER_SITES= http://xchat.org/files/source/1.5/ \ + http://xchat.linuxpower.org/files/source/1.5/ MAINTAINER= jim@FreeBSD.org |