svn commit: r452781 - head/print/indexinfo

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 24 15:15:54 UTC 2017


Author: bapt
Date: Tue Oct 24 15:15:52 2017
New Revision: 452781
URL: https://svnweb.freebsd.org/changeset/ports/452781

Log:
  Update to 0.3
  
  - improved portability
  - add support for compressed info files (like provided by the emacs port) [1]
  
  PR:		223028 [1]
  Reported by:	 Yasuhiro KIMURA <yasu at utahime.org> [1]

Modified:
  head/print/indexinfo/Makefile
  head/print/indexinfo/distinfo

Modified: head/print/indexinfo/Makefile
==============================================================================
--- head/print/indexinfo/Makefile	Tue Oct 24 15:05:30 2017	(r452780)
+++ head/print/indexinfo/Makefile	Tue Oct 24 15:15:52 2017	(r452781)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	indexinfo
-PORTVERSION=	0.2.6
+PORTVERSION=	0.3
 CATEGORIES=	print ports-mgmt
 
 MAINTAINER=	bapt at FreeBSD.org

Modified: head/print/indexinfo/distinfo
==============================================================================
--- head/print/indexinfo/distinfo	Tue Oct 24 15:05:30 2017	(r452780)
+++ head/print/indexinfo/distinfo	Tue Oct 24 15:15:52 2017	(r452781)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477479913
-SHA256 (bapt-indexinfo-0.2.6_GH0.tar.gz) = 99cf07545d4bad86be7a78e4cbf3c63dd6d6d25db849f52abe6e821f91ebe2ae
-SIZE (bapt-indexinfo-0.2.6_GH0.tar.gz) = 3399
+TIMESTAMP = 1508274660
+SHA256 (bapt-indexinfo-0.3_GH0.tar.gz) = 4431f54661bd7ad75bc9584274595ba50faf03fb30c2339896d678ef07baadec
+SIZE (bapt-indexinfo-0.3_GH0.tar.gz) = 3853


More information about the svn-ports-all mailing list