diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-21 13:18:18 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-21 13:18:18 +0000 |
commit | a37e8ba511b8b94461189e88a0d486773ec67960 (patch) | |
tree | 1e396b5754a14cc0b0fb26d54639db2bea640a52 | |
parent | Fix 'missing rip.xpm' error. (diff) |
Update to 0.9.3
PR: ports/10706
Submitted by: jim@phrantic.phear.net
Notes
Notes:
svn path=/head/; revision=17330
-rw-r--r-- | irc/xchat-devel/Makefile | 16 | ||||
-rw-r--r-- | irc/xchat-devel/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 16 | ||||
-rw-r--r-- | irc/xchat-gnome/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat/Makefile | 16 | ||||
-rw-r--r-- | irc/xchat/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 16 | ||||
-rw-r--r-- | irc/xchat1/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 16 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 2 |
10 files changed, 55 insertions, 35 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index d82eec6963fc..58002ecc986e 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -1,24 +1,28 @@ # New ports collection makefile for: xchat -# Version required: 0.9.1 +# Version required: 0.9.3 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.5 1999/01/17 19:57:11 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $ # -DISTNAME= xchat-0.9.1 +DISTNAME= xchat-0.9.3 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ + http://www.ozemail.com.au/~peterzelezny/xchat/ \ + http://www.spyda.co.za/pub/linux/x11/irc/xchat/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" + +post-install: + strip ${PREFIX}/bin/xchat .include <bsd.port.mk> diff --git a/irc/xchat-devel/distinfo b/irc/xchat-devel/distinfo index 0985e327f6a1..e14c838f1751 100644 --- a/irc/xchat-devel/distinfo +++ b/irc/xchat-devel/distinfo @@ -1 +1 @@ -MD5 (xchat-0.9.1.tar.gz) = 9d2d55e6157e7a09f854fb412b343687 +MD5 (xchat-0.9.3.tar.gz) = 84e24beeba00f905a3aea18ce44f8a63 diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index d82eec6963fc..58002ecc986e 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -1,24 +1,28 @@ # New ports collection makefile for: xchat -# Version required: 0.9.1 +# Version required: 0.9.3 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.5 1999/01/17 19:57:11 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $ # -DISTNAME= xchat-0.9.1 +DISTNAME= xchat-0.9.3 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ + http://www.ozemail.com.au/~peterzelezny/xchat/ \ + http://www.spyda.co.za/pub/linux/x11/irc/xchat/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" + +post-install: + strip ${PREFIX}/bin/xchat .include <bsd.port.mk> diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo index 0985e327f6a1..e14c838f1751 100644 --- a/irc/xchat-gnome/distinfo +++ b/irc/xchat-gnome/distinfo @@ -1 +1 @@ -MD5 (xchat-0.9.1.tar.gz) = 9d2d55e6157e7a09f854fb412b343687 +MD5 (xchat-0.9.3.tar.gz) = 84e24beeba00f905a3aea18ce44f8a63 diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index d82eec6963fc..58002ecc986e 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -1,24 +1,28 @@ # New ports collection makefile for: xchat -# Version required: 0.9.1 +# Version required: 0.9.3 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.5 1999/01/17 19:57:11 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $ # -DISTNAME= xchat-0.9.1 +DISTNAME= xchat-0.9.3 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ + http://www.ozemail.com.au/~peterzelezny/xchat/ \ + http://www.spyda.co.za/pub/linux/x11/irc/xchat/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" + +post-install: + strip ${PREFIX}/bin/xchat .include <bsd.port.mk> diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index 0985e327f6a1..e14c838f1751 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1 +1 @@ -MD5 (xchat-0.9.1.tar.gz) = 9d2d55e6157e7a09f854fb412b343687 +MD5 (xchat-0.9.3.tar.gz) = 84e24beeba00f905a3aea18ce44f8a63 diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index d82eec6963fc..58002ecc986e 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -1,24 +1,28 @@ # New ports collection makefile for: xchat -# Version required: 0.9.1 +# Version required: 0.9.3 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.5 1999/01/17 19:57:11 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $ # -DISTNAME= xchat-0.9.1 +DISTNAME= xchat-0.9.3 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ + http://www.ozemail.com.au/~peterzelezny/xchat/ \ + http://www.spyda.co.za/pub/linux/x11/irc/xchat/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" + +post-install: + strip ${PREFIX}/bin/xchat .include <bsd.port.mk> diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo index 0985e327f6a1..e14c838f1751 100644 --- a/irc/xchat1/distinfo +++ b/irc/xchat1/distinfo @@ -1 +1 @@ -MD5 (xchat-0.9.1.tar.gz) = 9d2d55e6157e7a09f854fb412b343687 +MD5 (xchat-0.9.3.tar.gz) = 84e24beeba00f905a3aea18ce44f8a63 diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index d82eec6963fc..58002ecc986e 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -1,24 +1,28 @@ # New ports collection makefile for: xchat -# Version required: 0.9.1 +# Version required: 0.9.3 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.5 1999/01/17 19:57:11 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $ # -DISTNAME= xchat-0.9.1 +DISTNAME= xchat-0.9.3 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ + http://www.ozemail.com.au/~peterzelezny/xchat/ \ + http://www.spyda.co.za/pub/linux/x11/irc/xchat/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" + +post-install: + strip ${PREFIX}/bin/xchat .include <bsd.port.mk> diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index 0985e327f6a1..e14c838f1751 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1 +1 @@ -MD5 (xchat-0.9.1.tar.gz) = 9d2d55e6157e7a09f854fb412b343687 +MD5 (xchat-0.9.3.tar.gz) = 84e24beeba00f905a3aea18ce44f8a63 |