mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Update to 2.19
This commit is contained in:
parent
a850098cd5
commit
610ceb5c1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270424
3 changed files with 10 additions and 9 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= ddate
|
||||
PORTVERSION= 2.12r
|
||||
PORTVERSION= 2.19
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/ \
|
||||
MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v${PORTVERSION}/ \
|
||||
CRITICAL
|
||||
DISTNAME= util-linux-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (util-linux-2.12r.tar.bz2) = b8e499b338ce9fbd1fb315194b26540ec823c0afc46c9e145ac7a3e38ad57e6b
|
||||
SIZE (util-linux-2.12r.tar.bz2) = 1370907
|
||||
SHA256 (util-linux-2.19.tar.bz2) = d8189ba6dfb508d5c36f50103a7b84943d893e51e6d7a314155a82f68efb33b6
|
||||
SIZE (util-linux-2.19.tar.bz2) = 4376791
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
--- misc-utils/ddate.c.orig Wed Jan 26 16:09:58 2005
|
||||
+++ misc-utils/ddate.c Wed Jan 26 16:10:30 2005
|
||||
@@ -61,7 +61,7 @@
|
||||
--- ./misc-utils/ddate.c.orig 2010-11-30 11:26:31.000000000 +0100
|
||||
+++ ./misc-utils/ddate.c 2011-03-07 11:54:40.000000000 +0100
|
||||
@@ -61,7 +61,8 @@
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
-#include "nls.h"
|
||||
+#include "../lib/nls.h"
|
||||
#include "../defines.h" /* for util-linux-version */
|
||||
+#include "../include/nls.h"
|
||||
+#include "../config.h"
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define inline /* foo */
|
||||
|
|
Loading…
Add table
Reference in a new issue