svn commit: r347763 - in head/irc: irssi-fish pircbot py-irc xchat-fish xchat-mircryption
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 10 14:54:43 UTC 2014
Author: bapt
Date: Mon Mar 10 14:54:41 2014
New Revision: 347763
URL: http://svnweb.freebsd.org/changeset/ports/347763
QAT: https://qat.redports.org/buildarchive/r347763/
Log:
Convert i* to USES=zip
Modified:
head/irc/irssi-fish/Makefile
head/irc/pircbot/Makefile
head/irc/py-irc/Makefile
head/irc/xchat-fish/Makefile
head/irc/xchat-mircryption/Makefile
Modified: head/irc/irssi-fish/Makefile
==============================================================================
--- head/irc/irssi-fish/Makefile Mon Mar 10 14:53:49 2014 (r347762)
+++ head/irc/irssi-fish/Makefile Mon Mar 10 14:54:41 2014 (r347763)
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/glib
${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
-USE_ZIP= yes
+USES= zip
USE_LDCONFIG= yes
PLIST_FILES= lib/irssi/modules/libfish.so
Modified: head/irc/pircbot/Makefile
==============================================================================
--- head/irc/pircbot/Makefile Mon Mar 10 14:53:49 2014 (r347762)
+++ head/irc/pircbot/Makefile Mon Mar 10 14:54:41 2014 (r347763)
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.jibble.org/file
MAINTAINER= tdb at FreeBSD.org
COMMENT= PircBot Java IRC Bot Framework
-USE_ZIP= yes
+USES= zip
NO_BUILD= yes
USE_JAVA= yes
Modified: head/irc/py-irc/Makefile
==============================================================================
--- head/irc/py-irc/Makefile Mon Mar 10 14:53:49 2014 (r347762)
+++ head/irc/py-irc/Makefile Mon Mar 10 14:54:41 2014 (r347763)
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hg
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYDISTUTILS_AUTOPLIST= yes
-USE_ZIP= yes
+USES= zip
PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \
dccreceive.py dccsend.py
Modified: head/irc/xchat-fish/Makefile
==============================================================================
--- head/irc/xchat-fish/Makefile Mon Mar 10 14:53:49 2014 (r347762)
+++ head/irc/xchat-fish/Makefile Mon Mar 10 14:54:41 2014 (r347763)
@@ -17,8 +17,7 @@ COMMENT= An encryption plugin for XChat
BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl
RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat
-USE_ZIP= yes
-USES= dos2unix
+USES= dos2unix zip
NO_WRKSUBDIR= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include
Modified: head/irc/xchat-mircryption/Makefile
==============================================================================
--- head/irc/xchat-mircryption/Makefile Mon Mar 10 14:53:49 2014 (r347762)
+++ head/irc/xchat-mircryption/Makefile Mon Mar 10 14:54:41 2014 (r347763)
@@ -16,8 +16,7 @@ COMMENT= A free encryption add-on for th
RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat
-USE_ZIP= yes
-USES= dos2unix
+USES= dos2unix zip
ALL_TARGET= freebsd
CFLAGS+= -fPIC
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list