diff options
author | jim <jim@FreeBSD.org> | 2000-04-26 00:14:24 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-04-26 00:14:24 +0800 |
commit | 292dbd9ea38afea44cd0603877c0a33fecfff85e (patch) | |
tree | 226319e616e426daeb5a2128df944ed0f6f9d55b /irc | |
parent | 7683f509c702ba4c0919103e265a5a1f701294b9 (diff) | |
download | freebsd-ports-gnome-292dbd9ea38afea44cd0603877c0a33fecfff85e.tar.gz freebsd-ports-gnome-292dbd9ea38afea44cd0603877c0a33fecfff85e.tar.zst freebsd-ports-gnome-292dbd9ea38afea44cd0603877c0a33fecfff85e.zip |
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>
Diffstat (limited to 'irc')
-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 |