mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 1.1.2
PR: 12671 Submitted by: maintainer
This commit is contained in:
parent
2ae6624622
commit
004a10895f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20235
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b
|
||||
MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b
|
||||
MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b
|
||||
MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b
|
||||
MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b
|
||||
MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user