diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-06-04 03:54:22 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-06-04 03:54:22 +0800 |
commit | 99daf7cf7723a488bbcc013506b2387dc714d866 (patch) | |
tree | 9b00b43f47dd61f58e7313e42de2ca7fbf754fd9 /irc | |
parent | 7161f5e6ab6856d1d976b6fe8ad2ee769cda26bb (diff) | |
download | freebsd-ports-gnome-99daf7cf7723a488bbcc013506b2387dc714d866.tar.gz freebsd-ports-gnome-99daf7cf7723a488bbcc013506b2387dc714d866.tar.zst freebsd-ports-gnome-99daf7cf7723a488bbcc013506b2387dc714d866.zip |
- Bump PORTREVISION for dependencies changes
- Pass maintainership to koalative at gmail.com
- Use libtool instead of USE_AUTOTOOLS libtool
- Add USE_AUTOTOOLS libtoolize
- Set PORTSCOUT, wrong NLS
- Change pkg-plist, remove *.la files
Diffstat (limited to 'irc')
-rw-r--r-- | irc/hexchat/Makefile | 11 | ||||
-rw-r--r-- | irc/hexchat/pkg-plist | 5 |
2 files changed, 7 insertions, 9 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index c1f4347b0f51..4ec88cff6aab 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -3,20 +3,20 @@ PORTNAME= hexchat PORTVERSION= 2.9.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= IRC chat program with GTK and Text Frontend LICENSE= GPLv2 LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy -USES= gmake desktop-file-utils pkgconfig tar:xz +USES= gmake desktop-file-utils libtool pkgconfig tar:xz USE_GNOME= gtk20 libxml2 -USE_AUTOTOOLS= automake autoconf libtool +USE_AUTOTOOLS= automake autoconf libtoolize GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig @@ -69,6 +69,9 @@ XFT_CONFIGURE_ENABLE= xft GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell LIBSEXY_LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy +# Wrong versioning upstream +PORTSCOUT= skipv:2.10.0 + .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MSTATIC} diff --git a/irc/hexchat/pkg-plist b/irc/hexchat/pkg-plist index f1642313a73d..6d608f5e59f1 100644 --- a/irc/hexchat/pkg-plist +++ b/irc/hexchat/pkg-plist @@ -1,15 +1,10 @@ bin/hexchat %%TEXTFE%%bin/hexchat-text include/hexchat-plugin.h -lib/hexchat/plugins/checksum.la lib/hexchat/plugins/checksum.so -%%DOAT%%lib/hexchat/plugins/doat.la %%DOAT%%lib/hexchat/plugins/doat.so -%%FISHLIM%%lib/hexchat/plugins/fishlim.la %%FISHLIM%%lib/hexchat/plugins/fishlim.so -%%PERL%%lib/hexchat/plugins/perl.la %%PERL%%lib/hexchat/plugins/perl.so -%%PYTHON%%lib/hexchat/plugins/python.la %%PYTHON%%lib/hexchat/plugins/python.so libdata/pkgconfig/hexchat-plugin.pc man/man1/hexchat.1.gz |