svn commit: r334318 - head/irc/py-irc
William Grzybowski
wg at FreeBSD.org
Tue Nov 19 13:44:41 UTC 2013
Author: wg
Date: Tue Nov 19 13:44:40 2013
New Revision: 334318
URL: http://svnweb.freebsd.org/changeset/ports/334318
Log:
irc/py-irc: update to 8.5.4
- Update to 8.5.4
- Allow staging
- Use python auto plist
Deleted:
head/irc/py-irc/pkg-plist
Modified:
head/irc/py-irc/Makefile
head/irc/py-irc/distinfo
Modified: head/irc/py-irc/Makefile
==============================================================================
--- head/irc/py-irc/Makefile Tue Nov 19 13:34:06 2013 (r334317)
+++ head/irc/py-irc/Makefile Tue Nov 19 13:44:40 2013 (r334318)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= irc
-PORTVERSION= 8.5.3
+PORTVERSION= 8.5.4
CATEGORIES= irc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,13 +18,14 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hg
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
+PYDISTUTILS_AUTOPLIST= yes
USE_ZIP= yes
PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \
dccreceive.py dccsend.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-NO_STAGE= yes
+OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.pre.mk>
@@ -37,10 +38,8 @@ post-patch:
's|license="MIT",|license="MIT", zip_safe=False,|' ${WRKSRC}/setup.py
${CHMOD} -R o-w ${WRKSRC}/irc.egg-info
-.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${PORTEXAMPLES:S,^,${WRKSRC}/scripts/,} ${EXAMPLESDIR}/
-.endif
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${PORTEXAMPLES:S,^,${WRKSRC}/scripts/,} ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.post.mk>
Modified: head/irc/py-irc/distinfo
==============================================================================
--- head/irc/py-irc/distinfo Tue Nov 19 13:34:06 2013 (r334317)
+++ head/irc/py-irc/distinfo Tue Nov 19 13:44:40 2013 (r334318)
@@ -1,2 +1,2 @@
-SHA256 (irc-8.5.3.zip) = 80454990b8b6ce2c8747cc92be817e1fe3eb2963b4659a70850d765b3a42773e
-SIZE (irc-8.5.3.zip) = 113424
+SHA256 (irc-8.5.4.zip) = 92eaa2287240e770ba5fd34327aa69612cf27caba9f51e3116d5951b438f470e
+SIZE (irc-8.5.4.zip) = 113715
More information about the svn-ports-all
mailing list