svn commit: r328196 - in head/irc/hexchat: . files
Rusmir Dusko
nemysis at FreeBSD.org
Tue Sep 24 21:21:49 UTC 2013
Author: nemysis
Date: Tue Sep 24 21:21:48 2013
New Revision: 328196
URL: http://svnweb.freebsd.org/changeset/ports/328196
Log:
- Bump portrevision
- Add pkg-message file to display usage for spelling
- Remove dependency for textproc/en-aspell
Approved by: wg/pawel (mentors)
Added:
head/irc/hexchat/files/
head/irc/hexchat/files/pkg-message.in (contents, props changed)
Modified:
head/irc/hexchat/Makefile
Modified: head/irc/hexchat/Makefile
==============================================================================
--- head/irc/hexchat/Makefile Tue Sep 24 21:04:58 2013 (r328195)
+++ head/irc/hexchat/Makefile Tue Sep 24 21:21:48 2013 (r328196)
@@ -3,6 +3,7 @@
PORTNAME= hexchat
PORTVERSION= 2.9.6.1
+PORTREVISION= 1
CATEGORIES= irc gnome ipv6
MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/
@@ -27,6 +28,8 @@ LDFLAGS+= -pthread
MAN1= hexchat.1
+SUB_FILES= pkg-message
+
PORTDOCS= *
OPTIONS_DEFINE= DOCS NLS SOCKS XFT TEXTFE PYTHON PERL DOAT FISHLIM DBUS NOTIFY
@@ -69,10 +72,6 @@ NO_STAGE= yes
CONFIGURE_ARGS+=--enable-spell=none
.endif
-.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC}
-RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/en-aspell
-.endif
-
.if ${PORT_OPTIONS:MSTATIC}
CONFIGURE_ARGS+=--enable-spell=static
.endif
@@ -118,4 +117,8 @@ post-install:
.endif
# @(cd ${PREFIX}/lib/hexchat/plugins/ && ${RM} -f *.a)
+ @${ECHO_CMD}
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_CMD}
+
.include <bsd.port.mk>
Added: head/irc/hexchat/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/hexchat/files/pkg-message.in Tue Sep 24 21:21:48 2013 (r328196)
@@ -0,0 +1,7 @@
+===============================================================================
+
+HexChat has been installed.
+
+For spelling to work you must install Aspell dictionary for your Language.
+
+===============================================================================
More information about the svn-ports-head
mailing list