pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dateutils: Fix build and regenerate PLIST



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 21:16:07 2016 +0200
Changeset:	7e32bc6f5822b57b646c419e5b2c5d231472d3f3

Modified Files:
	dateutils/Makefile
	dateutils/PLIST

Log Message:
dateutils: Fix build and regenerate PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7e32bc6f5822b57b646c419e5b2c5d231472d3f3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dateutils/Makefile |  4 +---
 dateutils/PLIST    | 24 ++++++++++++++++++++++--
 2 files changed, 23 insertions(+), 5 deletions(-)

diffs:
diff --git a/dateutils/Makefile b/dateutils/Makefile
index b0a55c7..d9e7464 100644
--- a/dateutils/Makefile
+++ b/dateutils/Makefile
@@ -5,8 +5,6 @@ GITHUB_RELEASE=	v${PKGVERSION_NOREV}
 CATEGORIES=	time
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hroptatyr/}
 EXTRACT_SUFX=	.tar.xz
-#https://github.com/hroptatyr/dateutils/releases/download/v0.4.0/dateutils-0.4.0.tar.xz
-#https://github.com/hroptatyr/dateutils/archive/0.3.1.tar.gz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.fresse.org/dateutils/
@@ -15,7 +13,7 @@ LICENSE=	modified-bsd
 
 WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE=	yes
-USE_TOOLS+=	pkg-config gmake makeinfo bison flex
+USE_TOOLS+=	automake pkg-config gmake makeinfo bison flex
 USE_LIBTOOL=	yes
 MAKE_JOBS_SAFE= no
 
diff --git a/dateutils/PLIST b/dateutils/PLIST
index 7fa4c60..9ff6997 100644
--- a/dateutils/PLIST
+++ b/dateutils/PLIST
@@ -1,5 +1,14 @@
-@comment $NetBSD: PLIST,v 1.3 2014/12/16 13:44:40 makoto Exp $
+@comment $NetBSD$
 bin/dadd
+bin/dateadd
+bin/dateconv
+bin/datediff
+bin/dategrep
+bin/dateround
+bin/dateseq
+bin/datesort
+bin/datetest
+bin/datezone
 bin/dconv
 bin/ddiff
 bin/dgrep
@@ -29,9 +38,17 @@ include/dateutils/tzmap.h
 include/dateutils/tzraw.h
 include/dateutils/version.h
 info/dateutils.info
-lib/libdut.a
 man/man1/dadd.1
+man/man1/dateadd.1
+man/man1/dateconv.1
+man/man1/datediff.1
+man/man1/dategrep.1
+man/man1/dateround.1
+man/man1/dateseq.1
+man/man1/datesort.1
+man/man1/datetest.1
 man/man1/dateutils.1
+man/man1/datezone.1
 man/man1/dconv.1
 man/man1/ddiff.1
 man/man1/dgrep.1
@@ -43,5 +60,8 @@ man/man1/dzone.1
 man/man1/strptime.1
 share/dateutils/iata.tzmcc
 share/dateutils/icao.tzmcc
+share/dateutils/locale
 share/dateutils/mic.tzmcc
+share/doc/dateutils/LICENSE
 share/doc/dateutils/README.md
+@pkgdir lib


Home | Main Index | Thread Index | Old Index