svn commit: r398470 - head/devel/viewvc
Olli Hauer
ohauer at FreeBSD.org
Sat Oct 3 14:24:09 UTC 2015
Author: ohauer
Date: Sat Oct 3 14:24:07 2015
New Revision: 398470
URL: https://svnweb.freebsd.org/changeset/ports/398470
Log:
- update to 1.1.24
* fix minor bug in human_readable boolean calculation
* allow hr_funout option to apply to unidiff diffs, too
* fix infinite loop in rcsparse
* fix iso8601 timezone offset handling (issue #542)
* add support for renamed roots (issue #544)
* fix minor buglet in viewvc-install error message
MFH: 2015Q4
Modified:
head/devel/viewvc/Makefile
head/devel/viewvc/distinfo
Modified: head/devel/viewvc/Makefile
==============================================================================
--- head/devel/viewvc/Makefile Sat Oct 3 13:52:47 2015 (r398469)
+++ head/devel/viewvc/Makefile Sat Oct 3 14:24:07 2015 (r398470)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= viewvc
-PORTVERSION= 1.1.23
-PORTREVISION= 1
+PORTVERSION= 1.1.24
CATEGORIES= devel python
MASTER_SITES= http://www.viewvc.org/ \
LOCAL/ohauer
@@ -62,9 +61,9 @@ post-patch:
${REINPLACE_CMD} -e 's/conf.dist/conf.sample/g' \
${WRKSRC}/viewvc-install \
${WRKSRC}/bin/standalone.py
-# to much files, use own shebangfix
+# to much files, use own shebangfix
${FIND} ${WRKSRC} -type f | ${GREP} -v -e 'png' -e 'images' \
- | xargs ${REINPLACE_CMD} -i '' \
+ | ${XARGS} ${REINPLACE_CMD} -i '' \
-e '1s|^\#![[:space:]]*/usr/bin/env python|\#!${PYTHON_CMD}|' \
-e '1s|^\#![[:space:]]*/usr/bin/python|\#!${PYTHON_CMD}|'
Modified: head/devel/viewvc/distinfo
==============================================================================
--- head/devel/viewvc/distinfo Sat Oct 3 13:52:47 2015 (r398469)
+++ head/devel/viewvc/distinfo Sat Oct 3 14:24:07 2015 (r398470)
@@ -1,2 +1,2 @@
-SHA256 (viewvc-1.1.23.tar.gz) = d14290b23f44e8f5301a7ca9fc946bcd0f8bb8206d9b9c111ac56e19f2588b7d
-SIZE (viewvc-1.1.23.tar.gz) = 617787
+SHA256 (viewvc-1.1.24.tar.gz) = 0620f69fa5ba02ac65e000586ba31015a2053a82711bedb30629fd6087003d7e
+SIZE (viewvc-1.1.24.tar.gz) = 618193
More information about the svn-ports-all
mailing list