svn commit: r316360 - head/devel/viewvc

Olli Hauer ohauer at FreeBSD.org
Tue Apr 23 15:05:24 UTC 2013


Author: ohauer
Date: Tue Apr 23 15:05:24 2013
New Revision: 316360
URL: http://svnweb.freebsd.org/changeset/ports/316360

Log:
  - update to version 1.1.19
  
  Version 1.1.19 (released 22-Apr-2013)
  
  * improve root lookup performance (issue #523)
  * new 'max_filesize_kbytes' config option and handling (issue #524)
  * tarball generation improvements:
    - preserve Subversion symlinks in generated tarballs (issue #487)
    - reduce memory usage of tarball generation logic
    - fix double compression of generated tarballs (issue #525)
  * file content handling improvements:
    - expanded support for encoding detection and transcoding (issue #11)
    - fix tab-to-space conversion bugs in markup, annotate, and diff views
    - fix handling of trailing whitespace in diff view
  * add support for timestamp display in ISO8601 format (issue #46)

Modified:
  head/devel/viewvc/Makefile
  head/devel/viewvc/distinfo

Modified: head/devel/viewvc/Makefile
==============================================================================
--- head/devel/viewvc/Makefile	Tue Apr 23 14:53:51 2013	(r316359)
+++ head/devel/viewvc/Makefile	Tue Apr 23 15:05:24 2013	(r316360)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	viewvc
-PORTVERSION=	1.1.18
-#PORTREVISION=	1
+PORTVERSION=	1.1.19
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.viewvc.org/ \
 		LOCAL/ohauer

Modified: head/devel/viewvc/distinfo
==============================================================================
--- head/devel/viewvc/distinfo	Tue Apr 23 14:53:51 2013	(r316359)
+++ head/devel/viewvc/distinfo	Tue Apr 23 15:05:24 2013	(r316360)
@@ -1,2 +1,2 @@
-SHA256 (viewvc-1.1.18.tar.gz) = 282eb2563352fb324738b7dea057a93fdc3a4e42b0d18623b21a2e79e246fba6
-SIZE (viewvc-1.1.18.tar.gz) = 613026
+SHA256 (viewvc-1.1.19.tar.gz) = 3f8f7e972a7379ca77d760bbe374053e65e57ed32ceed00421b7e2aed7cea959
+SIZE (viewvc-1.1.19.tar.gz) = 616524


More information about the svn-ports-all mailing list