diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-06-28 16:28:42 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-06-28 16:28:42 +0000 |
commit | 0651aaa0860c78b3bf915352ff210527b8052c05 (patch) | |
tree | 39f4e5638c0d65eacaf1f5da5119abf9fe1737c7 /irc | |
parent | 5764c1943e90b3308abdc18bcc33a366601b4d31 (diff) | |
download | ports-0651aaa0860c78b3bf915352ff210527b8052c05.tar.gz ports-0651aaa0860c78b3bf915352ff210527b8052c05.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat-gnome/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-plist | 26 | ||||
-rw-r--r-- | irc/xchat/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat/pkg-plist | 26 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat1/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat1/pkg-plist | 26 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat2/pkg-plist | 26 |
12 files changed, 20 insertions, 124 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 48f7c5ddffd8..c08ca7da883e 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xchat -PORTVERSION= 1.6.4 +PORTVERSION= 1.8.0 CATEGORIES+= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.6/ \ - http://xchat.linuxpower.org/files/source/1.6/ +MASTER_SITES= http://xchat.org/files/source/1.8/ \ + http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER= jim@FreeBSD.org # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -24,7 +24,7 @@ USE_IMLIB= yes WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports -CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-python --disable-nls .include <bsd.port.pre.mk> diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo index 43187a9b15d5..3482bc00a0d4 100644 --- a/irc/xchat-gnome/distinfo +++ b/irc/xchat-gnome/distinfo @@ -1 +1 @@ -MD5 (xchat-1.6.4.tar.bz2) = 995c02b43454ba76bb641792503c669a +MD5 (xchat-1.8.0.tar.bz2) = 2d040e1b156b8fed91e7ac3cf83f309a diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist index ae9a89c85170..69e24866ad68 100644 --- a/irc/xchat-gnome/pkg-plist +++ b/irc/xchat-gnome/pkg-plist @@ -16,30 +16,4 @@ share/doc/xchat/xchat.html share/doc/xchat/xchat.sgml %%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/pixmaps/xchat.png -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/da/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/he/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/ro/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sk/LC_MESSAGES/xchat.mo -share/locale/sl/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 48f7c5ddffd8..c08ca7da883e 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xchat -PORTVERSION= 1.6.4 +PORTVERSION= 1.8.0 CATEGORIES+= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.6/ \ - http://xchat.linuxpower.org/files/source/1.6/ +MASTER_SITES= http://xchat.org/files/source/1.8/ \ + http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER= jim@FreeBSD.org # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -24,7 +24,7 @@ USE_IMLIB= yes WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports -CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-python --disable-nls .include <bsd.port.pre.mk> diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index 43187a9b15d5..3482bc00a0d4 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1 +1 @@ -MD5 (xchat-1.6.4.tar.bz2) = 995c02b43454ba76bb641792503c669a +MD5 (xchat-1.8.0.tar.bz2) = 2d040e1b156b8fed91e7ac3cf83f309a diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist index ae9a89c85170..69e24866ad68 100644 --- a/irc/xchat/pkg-plist +++ b/irc/xchat/pkg-plist @@ -16,30 +16,4 @@ share/doc/xchat/xchat.html share/doc/xchat/xchat.sgml %%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/pixmaps/xchat.png -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/da/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/he/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/ro/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sk/LC_MESSAGES/xchat.mo -share/locale/sl/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 48f7c5ddffd8..c08ca7da883e 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xchat -PORTVERSION= 1.6.4 +PORTVERSION= 1.8.0 CATEGORIES+= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.6/ \ - http://xchat.linuxpower.org/files/source/1.6/ +MASTER_SITES= http://xchat.org/files/source/1.8/ \ + http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER= jim@FreeBSD.org # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -24,7 +24,7 @@ USE_IMLIB= yes WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports -CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-python --disable-nls .include <bsd.port.pre.mk> diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo index 43187a9b15d5..3482bc00a0d4 100644 --- a/irc/xchat1/distinfo +++ b/irc/xchat1/distinfo @@ -1 +1 @@ -MD5 (xchat-1.6.4.tar.bz2) = 995c02b43454ba76bb641792503c669a +MD5 (xchat-1.8.0.tar.bz2) = 2d040e1b156b8fed91e7ac3cf83f309a diff --git a/irc/xchat1/pkg-plist b/irc/xchat1/pkg-plist index ae9a89c85170..69e24866ad68 100644 --- a/irc/xchat1/pkg-plist +++ b/irc/xchat1/pkg-plist @@ -16,30 +16,4 @@ share/doc/xchat/xchat.html share/doc/xchat/xchat.sgml %%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/pixmaps/xchat.png -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/da/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/he/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/ro/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sk/LC_MESSAGES/xchat.mo -share/locale/sl/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 48f7c5ddffd8..c08ca7da883e 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xchat -PORTVERSION= 1.6.4 +PORTVERSION= 1.8.0 CATEGORIES+= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.6/ \ - http://xchat.linuxpower.org/files/source/1.6/ +MASTER_SITES= http://xchat.org/files/source/1.8/ \ + http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER= jim@FreeBSD.org # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -24,7 +24,7 @@ USE_IMLIB= yes WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports -CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-python --disable-nls .include <bsd.port.pre.mk> diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index 43187a9b15d5..3482bc00a0d4 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1 +1 @@ -MD5 (xchat-1.6.4.tar.bz2) = 995c02b43454ba76bb641792503c669a +MD5 (xchat-1.8.0.tar.bz2) = 2d040e1b156b8fed91e7ac3cf83f309a diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist index ae9a89c85170..69e24866ad68 100644 --- a/irc/xchat2/pkg-plist +++ b/irc/xchat2/pkg-plist @@ -16,30 +16,4 @@ share/doc/xchat/xchat.html share/doc/xchat/xchat.sgml %%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/pixmaps/xchat.png -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/da/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/he/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/ro/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sk/LC_MESSAGES/xchat.mo -share/locale/sl/LC_MESSAGES/xchat.mo -share/locale/sr_YU/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat |