Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2017 17:09:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433747 - in head/sysutils/dateutils: . files
Message-ID:  <201702091709.v19H9UqG062746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb  9 17:09:29 2017
New Revision: 433747
URL: https://svnweb.freebsd.org/changeset/ports/433747

Log:
  - Update to 0.4.1
  - While here, add LICENSE_FILE, don't install license as documentation and sort plist
  
  PR:		215931
  Submitted by:	ghostonthewire@gmail.com
  Approved by:	maintainer timeout (jessefrgsmith@yahoo.ca, 1 month)

Added:
  head/sysutils/dateutils/files/patch-build-aux_yuck.c   (contents, props changed)
Deleted:
  head/sysutils/dateutils/files/patch-lib__tzraw.c
  head/sysutils/dateutils/files/patch-src__prchunk.c
Modified:
  head/sysutils/dateutils/Makefile
  head/sysutils/dateutils/distinfo
  head/sysutils/dateutils/pkg-plist

Modified: head/sysutils/dateutils/Makefile
==============================================================================
--- head/sysutils/dateutils/Makefile	Thu Feb  9 17:01:52 2017	(r433746)
+++ head/sysutils/dateutils/Makefile	Thu Feb  9 17:09:29 2017	(r433747)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dateutils
-PORTVERSION=	0.2.7
+PORTVERSION=	0.4.1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://bitbucket.org/hroptatyr/dateutils/downloads/
 
@@ -9,6 +9,7 @@ MAINTAINER=	jessefrgsmith@yahoo.ca
 COMMENT=	Command line utilities for working with dates
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	help2man:misc/help2man
 

Modified: head/sysutils/dateutils/distinfo
==============================================================================
--- head/sysutils/dateutils/distinfo	Thu Feb  9 17:01:52 2017	(r433746)
+++ head/sysutils/dateutils/distinfo	Thu Feb  9 17:09:29 2017	(r433747)
@@ -1,2 +1,3 @@
-SHA256 (dateutils-0.2.7.tar.xz) = f7d0c502d79dec4a604ebc30e7c44988d7095bd303137d1fa652720350337042
-SIZE (dateutils-0.2.7.tar.xz) = 490456
+TIMESTAMP = 1484000496
+SHA256 (dateutils-0.4.1.tar.xz) = 6ccce48975fc4d3af2e27c7893e181c46ab5df1cb37e4a428b4b521a77d55278
+SIZE (dateutils-0.4.1.tar.xz) = 611460

Added: head/sysutils/dateutils/files/patch-build-aux_yuck.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dateutils/files/patch-build-aux_yuck.c	Thu Feb  9 17:09:29 2017	(r433747)
@@ -0,0 +1,11 @@
+--- build-aux/yuck.c.orig	2016-12-13 05:12:37 UTC
++++ build-aux/yuck.c
+@@ -61,6 +61,8 @@
+ #include <fcntl.h>
+ #include <sys/wait.h>
+ #include <sys/stat.h>
++#include <sys/types.h>
++#include <sys/sysctl.h>
+ #include <time.h>
+ #if defined WITH_SCMVER
+ # include <yuck-scmver.h>

Modified: head/sysutils/dateutils/pkg-plist
==============================================================================
--- head/sysutils/dateutils/pkg-plist	Thu Feb  9 17:01:52 2017	(r433746)
+++ head/sysutils/dateutils/pkg-plist	Thu Feb  9 17:09:29 2017	(r433747)
@@ -1,35 +1,45 @@
 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
 bin/dround
 bin/dseq
+bin/dsort
 bin/dtest
+bin/dzone
 bin/strptime
-include/dateutils/boops.h
-include/dateutils/date-core-strpf.h
-include/dateutils/date-core.h
-include/dateutils/dt-core-strpf.h
-include/dateutils/dt-core-tz-glue.h
-include/dateutils/dt-core.h
-include/dateutils/generics.h
-include/dateutils/leaps.h
-include/dateutils/leapseconds.def
-include/dateutils/nifty.h
-include/dateutils/strops.h
-include/dateutils/time-core-strpf.h
-include/dateutils/time-core.h
-include/dateutils/token.h
-include/dateutils/tzraw.h
-lib/libdut.a
-libdata/pkgconfig/libdut.pc
 man/man1/dadd.1.gz
+man/man1/dateadd.1.gz
+man/man1/dateconv.1.gz
+man/man1/datediff.1.gz
+man/man1/dategrep.1.gz
+man/man1/dateround.1.gz
+man/man1/dateseq.1.gz
+man/man1/datesort.1.gz
+man/man1/datetest.1.gz
 man/man1/dateutils.1.gz
+man/man1/datezone.1.gz
 man/man1/dconv.1.gz
 man/man1/ddiff.1.gz
 man/man1/dgrep.1.gz
 man/man1/dround.1.gz
 man/man1/dseq.1.gz
+man/man1/dsort.1.gz
 man/man1/dtest.1.gz
+man/man1/dzone.1.gz
 man/man1/strptime.1.gz
+%%DATADIR%%/iata.tzmcc
+%%DATADIR%%/icao.tzmcc
+%%DATADIR%%/locale
+%%DATADIR%%/mic.tzmcc
+@comment %%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/README.md



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