diff options
author | mezz <mezz@FreeBSD.org> | 2005-06-22 13:53:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-06-22 13:53:08 +0800 |
commit | 79ead4d2ba64be3dbba96d5bdb4716efc3332928 (patch) | |
tree | f99346aba3890d79ce2e1e6c9460390f6cac7d0a /irc/xchat2 | |
parent | a5b2b4b73238639659ab76a9c89e656db3acb86f (diff) | |
download | freebsd-ports-gnome-79ead4d2ba64be3dbba96d5bdb4716efc3332928.tar.gz freebsd-ports-gnome-79ead4d2ba64be3dbba96d5bdb4716efc3332928.tar.zst freebsd-ports-gnome-79ead4d2ba64be3dbba96d5bdb4716efc3332928.zip |
- Update to 2.4.4.
- Remove gnomeprefix, it is not need. It's just a GTK2 app. It means, the
xchat.desktop moves in share/application.
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 4 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 4 | ||||
-rw-r--r-- | irc/xchat2/pkg-plist | 7 |
3 files changed, 9 insertions, 6 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 3893ec5addda..09d8931f0831 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchat2 -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.4 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/2.4/ @@ -19,7 +19,7 @@ COMMENT= An X11 IRC client using the GTK+ 2 toolkit USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 +USE_GNOME= gnomehack gtk20 USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index a0c7ac88cc86..da5a26ace346 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1,2 +1,2 @@ -MD5 (xchat-2.4.3.tar.bz2) = bdcb196b70c93a185fff485fe9af9815 -SIZE (xchat-2.4.3.tar.bz2) = 1259520 +MD5 (xchat-2.4.4.tar.bz2) = c853dbc73c3ba5127388584381bd4dce +SIZE (xchat-2.4.4.tar.bz2) = 1285259 diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist index 9cd6df979917..683c9342c760 100644 --- a/irc/xchat2/pkg-plist +++ b/irc/xchat2/pkg-plist @@ -2,8 +2,7 @@ bin/xchat %%PERL%%lib/xchat/plugins/perl.so %%PYTHON%%lib/xchat/plugins/python.so %%TCL%%lib/xchat/plugins/tcl.so -share/gnome/applications/xchat.desktop -share/gnome/pixmaps/xchat.png +share/applications/xchat.desktop share/locale/am/LC_MESSAGES/xchat.mo share/locale/az/LC_MESSAGES/xchat.mo share/locale/bg/LC_MESSAGES/xchat.mo @@ -17,6 +16,7 @@ share/locale/et/LC_MESSAGES/xchat.mo share/locale/eu/LC_MESSAGES/xchat.mo share/locale/fi/LC_MESSAGES/xchat.mo share/locale/fr/LC_MESSAGES/xchat.mo +share/locale/hi/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 @@ -27,6 +27,7 @@ share/locale/ms/LC_MESSAGES/xchat.mo share/locale/nb/LC_MESSAGES/xchat.mo share/locale/nl/LC_MESSAGES/xchat.mo share/locale/no/LC_MESSAGES/xchat.mo +share/locale/pa/LC_MESSAGES/xchat.mo share/locale/pt/LC_MESSAGES/xchat.mo share/locale/pt_BR/LC_MESSAGES/xchat.mo share/locale/ru/LC_MESSAGES/xchat.mo @@ -40,6 +41,8 @@ share/locale/vi/LC_MESSAGES/xchat.mo share/locale/wa/LC_MESSAGES/xchat.mo share/locale/zh_CN/LC_MESSAGES/xchat.mo share/locale/zh_TW/LC_MESSAGES/xchat.mo +share/pixmaps/xchat.png +@unexec rmdir %D/share/applications 2> /dev/null || true @exec mkdir -p %D/lib/xchat/plugins @dirrm lib/xchat/plugins @dirrm lib/xchat |