svn commit: r356400 - head/irc/hexchat
Rusmir Dusko
nemysis at FreeBSD.org
Tue Jun 3 19:54:23 UTC 2014
Author: nemysis
Date: Tue Jun 3 19:54:22 2014
New Revision: 356400
URL: http://svnweb.freebsd.org/changeset/ports/356400
QAT: https://qat.redports.org/buildarchive/r356400/
Log:
- 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
Modified:
head/irc/hexchat/Makefile
head/irc/hexchat/pkg-plist
Modified: head/irc/hexchat/Makefile
==============================================================================
--- head/irc/hexchat/Makefile Tue Jun 3 19:50:10 2014 (r356399)
+++ head/irc/hexchat/Makefile Tue Jun 3 19:54:22 2014 (r356400)
@@ -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 at FreeBSD.org
+MAINTAINER= koalative at 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}
Modified: head/irc/hexchat/pkg-plist
==============================================================================
--- head/irc/hexchat/pkg-plist Tue Jun 3 19:50:10 2014 (r356399)
+++ head/irc/hexchat/pkg-plist Tue Jun 3 19:54:22 2014 (r356400)
@@ -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
More information about the svn-ports-head
mailing list