Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 03:55:22 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354701 - head/databases/recutils
Message-ID:  <201405210355.s4L3tMNK066609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed May 21 03:55:21 2014
New Revision: 354701
URL: http://svnweb.freebsd.org/changeset/ports/354701
QAT: https://qat.redports.org/buildarchive/r354701/

Log:
  - Belatedly update to version 1.7
  - Move USES knob where it's normally found
  
  Approved by:	maintainer (implicit)

Modified:
  head/databases/recutils/Makefile
  head/databases/recutils/distinfo
  head/databases/recutils/pkg-plist

Modified: head/databases/recutils/Makefile
==============================================================================
--- head/databases/recutils/Makefile	Wed May 21 01:16:53 2014	(r354700)
+++ head/databases/recutils/Makefile	Wed May 21 03:55:21 2014	(r354701)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	recutils
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	databases
 MASTER_SITES=	GNU
 
@@ -11,9 +11,9 @@ COMMENT=	Tools and libraries to access h
 
 LICENSE=	GPLv3
 
+USES=		charsetfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		charsetfix
 
 INFO=		rec-mode recutils
 PORTDOCS=	AUTHORS ChangeLog NEWS README

Modified: head/databases/recutils/distinfo
==============================================================================
--- head/databases/recutils/distinfo	Wed May 21 01:16:53 2014	(r354700)
+++ head/databases/recutils/distinfo	Wed May 21 03:55:21 2014	(r354701)
@@ -1,2 +1,2 @@
-SHA256 (recutils-1.6.tar.gz) = da8041e96825d9c9a141055ca72d3519251b0da7f6a45e3dd64a6162c7f9b537
-SIZE (recutils-1.6.tar.gz) = 2219425
+SHA256 (recutils-1.7.tar.gz) = 233dc6dedb1916b887de293454da7e36a74bed9ebea364f7e97e74920051bc31
+SIZE (recutils-1.7.tar.gz) = 2252648

Modified: head/databases/recutils/pkg-plist
==============================================================================
--- head/databases/recutils/pkg-plist	Wed May 21 01:16:53 2014	(r354700)
+++ head/databases/recutils/pkg-plist	Wed May 21 03:55:21 2014	(r354701)
@@ -11,7 +11,7 @@ include/rec.h
 lib/librec.a
 lib/librec.la
 lib/librec.so
-lib/librec.so.0
+lib/librec.so.1
 man/man1/csv2rec.1.gz
 man/man1/rec2csv.1.gz
 man/man1/recdel.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405210355.s4L3tMNK066609>