diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-17 03:56:08 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-17 03:56:08 +0000 |
commit | c8394dcee2815d6e2e4ab368309fca46c9839903 (patch) | |
tree | d6948bcb406681a3cdf677143772e6a7ed59a330 /irc | |
parent | da42424bfe4188b5368ab5c25a3e0a2900155271 (diff) | |
download | FreeBSD-ports-c8394dcee2815d6e2e4ab368309fca46c9839903.zip FreeBSD-ports-c8394dcee2815d6e2e4ab368309fca46c9839903.tar.gz |
Update to 1.1.2
PR: 12671
Submitted by: maintainer
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-devel/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat-devel/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-devel/pkg-plist | 13 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat-gnome/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-plist | 13 | ||||
-rw-r--r-- | irc/xchat/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat/pkg-plist | 13 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat1/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat1/pkg-plist | 13 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat2/pkg-plist | 13 |
15 files changed, 25 insertions, 90 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 88e597e..f492997 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.1.0 +# Version required: 1.1.2 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ +# $Id: Makefile,v 1.16 1999/07/05 02:30:54 cpiazza Exp $ # -DISTNAME= xchat-1.1.0 +DISTNAME= xchat-1.1.2 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome --disable-panel +CONFIGURE_ARGS= --disable-gnome --disable-panel --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: diff --git a/irc/xchat-devel/distinfo b/irc/xchat-devel/distinfo index b8ac692..63810e4 100644 --- a/irc/xchat-devel/distinfo +++ b/irc/xchat-devel/distinfo @@ -1 +1 @@ -MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b +MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a diff --git a/irc/xchat-devel/pkg-plist b/irc/xchat-devel/pkg-plist index 29555c4..5e8c7de 100644 --- a/irc/xchat-devel/pkg-plist +++ b/irc/xchat-devel/pkg-plist @@ -13,17 +13,4 @@ share/doc/xchat/xchat-9.html share/doc/xchat/xchat-10.html share/doc/xchat/README share/doc/xchat/ChangeLog -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/pl/LC_MESSAGES/xchat.mo -share/locale/no/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/fr_CA/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 88e597e..f492997 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.1.0 +# Version required: 1.1.2 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ +# $Id: Makefile,v 1.16 1999/07/05 02:30:54 cpiazza Exp $ # -DISTNAME= xchat-1.1.0 +DISTNAME= xchat-1.1.2 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome --disable-panel +CONFIGURE_ARGS= --disable-gnome --disable-panel --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo index b8ac692..63810e4 100644 --- a/irc/xchat-gnome/distinfo +++ b/irc/xchat-gnome/distinfo @@ -1 +1 @@ -MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b +MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist index 29555c4..5e8c7de 100644 --- a/irc/xchat-gnome/pkg-plist +++ b/irc/xchat-gnome/pkg-plist @@ -13,17 +13,4 @@ share/doc/xchat/xchat-9.html share/doc/xchat/xchat-10.html share/doc/xchat/README share/doc/xchat/ChangeLog -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/pl/LC_MESSAGES/xchat.mo -share/locale/no/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/fr_CA/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 88e597e..f492997 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.1.0 +# Version required: 1.1.2 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ +# $Id: Makefile,v 1.16 1999/07/05 02:30:54 cpiazza Exp $ # -DISTNAME= xchat-1.1.0 +DISTNAME= xchat-1.1.2 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome --disable-panel +CONFIGURE_ARGS= --disable-gnome --disable-panel --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index b8ac692..63810e4 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1 +1 @@ -MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b +MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist index 29555c4..5e8c7de 100644 --- a/irc/xchat/pkg-plist +++ b/irc/xchat/pkg-plist @@ -13,17 +13,4 @@ share/doc/xchat/xchat-9.html share/doc/xchat/xchat-10.html share/doc/xchat/README share/doc/xchat/ChangeLog -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/pl/LC_MESSAGES/xchat.mo -share/locale/no/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/fr_CA/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 88e597e..f492997 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.1.0 +# Version required: 1.1.2 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ +# $Id: Makefile,v 1.16 1999/07/05 02:30:54 cpiazza Exp $ # -DISTNAME= xchat-1.1.0 +DISTNAME= xchat-1.1.2 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome --disable-panel +CONFIGURE_ARGS= --disable-gnome --disable-panel --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo index b8ac692..63810e4 100644 --- a/irc/xchat1/distinfo +++ b/irc/xchat1/distinfo @@ -1 +1 @@ -MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b +MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a diff --git a/irc/xchat1/pkg-plist b/irc/xchat1/pkg-plist index 29555c4..5e8c7de 100644 --- a/irc/xchat1/pkg-plist +++ b/irc/xchat1/pkg-plist @@ -13,17 +13,4 @@ share/doc/xchat/xchat-9.html share/doc/xchat/xchat-10.html share/doc/xchat/README share/doc/xchat/ChangeLog -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/pl/LC_MESSAGES/xchat.mo -share/locale/no/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/fr_CA/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 88e597e..f492997 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.1.0 +# Version required: 1.1.2 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ +# $Id: Makefile,v 1.16 1999/07/05 02:30:54 cpiazza Exp $ # -DISTNAME= xchat-1.1.0 +DISTNAME= xchat-1.1.2 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome --disable-panel +CONFIGURE_ARGS= --disable-gnome --disable-panel --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index b8ac692..63810e4 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1 +1 @@ -MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b +MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist index 29555c4..5e8c7de 100644 --- a/irc/xchat2/pkg-plist +++ b/irc/xchat2/pkg-plist @@ -13,17 +13,4 @@ share/doc/xchat/xchat-9.html share/doc/xchat/xchat-10.html share/doc/xchat/README share/doc/xchat/ChangeLog -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/pl/LC_MESSAGES/xchat.mo -share/locale/no/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/fr_CA/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat |