svn commit: r339198 - head/databases/recutils

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jan 9 03:01:24 UTC 2014


Author: danfe
Date: Thu Jan  9 03:01:23 2014
New Revision: 339198
URL: http://svnweb.freebsd.org/changeset/ports/339198

Log:
  - Update to version 1.6
  - Use OPTIONS helpers, stagify
  
  Submitted by:	maintainer

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

Modified: head/databases/recutils/Makefile
==============================================================================
--- head/databases/recutils/Makefile	Thu Jan  9 02:53:37 2014	(r339197)
+++ head/databases/recutils/Makefile	Thu Jan  9 03:01:23 2014	(r339198)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	recutils
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	databases
 MASTER_SITES=	GNU
 
@@ -11,32 +11,21 @@ COMMENT=	Tools and libraries to access h
 
 LICENSE=	GPLv3
 
-OPTIONS_DEFINE=	NLS DOCS
-
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		charsetfix
 
-INFO=		${PORTNAME}
-MAN1=		csv2rec.1 rec2csv.1 recdel.1 recfix.1 recfmt.1 recinf.1 \
-		recins.1 recsel.1 recset.1
-PORTDOCS=	ChangeLog NEWS README
-
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
+INFO=		rec-mode recutils
+PORTDOCS=	AUTHORS ChangeLog NEWS README
+
+OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_SUB=	yes
+
+NLS_USES=		gettext
+NLS_CONFIGURE_OFF=	--disable-nls
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/databases/recutils/distinfo
==============================================================================
--- head/databases/recutils/distinfo	Thu Jan  9 02:53:37 2014	(r339197)
+++ head/databases/recutils/distinfo	Thu Jan  9 03:01:23 2014	(r339198)
@@ -1,2 +1,2 @@
-SHA256 (recutils-1.5.tar.gz) = 7ed67e74468084f52ad9341e4b11c44e5fd9d5325b93b7eb2cb230c839ff5dec
-SIZE (recutils-1.5.tar.gz) = 1811121
+SHA256 (recutils-1.6.tar.gz) = da8041e96825d9c9a141055ca72d3519251b0da7f6a45e3dd64a6162c7f9b537
+SIZE (recutils-1.6.tar.gz) = 2219425

Modified: head/databases/recutils/pkg-plist
==============================================================================
--- head/databases/recutils/pkg-plist	Thu Jan  9 02:53:37 2014	(r339197)
+++ head/databases/recutils/pkg-plist	Thu Jan  9 03:01:23 2014	(r339198)
@@ -12,12 +12,25 @@ lib/librec.a
 lib/librec.la
 lib/librec.so
 lib/librec.so.0
+man/man1/csv2rec.1.gz
+man/man1/rec2csv.1.gz
+man/man1/recdel.1.gz
+man/man1/recfix.1.gz
+man/man1/recfmt.1.gz
+man/man1/recinf.1.gz
+man/man1/recins.1.gz
+man/man1/recsel.1.gz
+man/man1/recset.1.gz
 share/emacs/site-lisp/ob-rec.el
 share/emacs/site-lisp/rec-mode.el
 %%NLS%%share/locale/de/LC_MESSAGES/recutils.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/recutils.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/recutils.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/recutils.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/recutils.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/recutils.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/recutils.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/recutils.mo
 share/recutils/etc/FSD.rec
 @dirrm share/recutils/etc
 @dirrm share/recutils


More information about the svn-ports-all mailing list