diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-12-12 10:10:18 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-12-12 10:10:18 +0000 |
commit | 41732461f7dceee1b7d3139f06a426af48ef8ddf (patch) | |
tree | f3bed80c04003ecc1412414803cad33ec7849b14 /sysutils/di | |
parent | a096f28d487100bfa7bba66032216c2a14442ec8 (diff) |
- Update to 4.31
PR: ports/163183
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=287236
Diffstat (limited to 'sysutils/di')
-rw-r--r-- | sysutils/di/Makefile | 2 | ||||
-rw-r--r-- | sysutils/di/distinfo | 4 | ||||
-rw-r--r-- | sysutils/di/files/patch-di.c | 15 |
3 files changed, 3 insertions, 18 deletions
diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile index 02c5c17f572c..7589f3abdcf6 100644 --- a/sysutils/di/Makefile +++ b/sysutils/di/Makefile @@ -6,7 +6,7 @@ # PORTNAME= di -PORTVERSION= 4.30 +PORTVERSION= 4.31 CATEGORIES= sysutils MASTER_SITES= http://www.gentoo.com/di/ \ http://fresh.t-systems-sfr.com/unix/src/privat2/ diff --git a/sysutils/di/distinfo b/sysutils/di/distinfo index a636390c9661..deed375fb415 100644 --- a/sysutils/di/distinfo +++ b/sysutils/di/distinfo @@ -1,2 +1,2 @@ -SHA256 (di-4.30.tar.gz) = e7295d797bd8010479730155558389c55ed207c8ea6f95d8f59bbde527882718 -SIZE (di-4.30.tar.gz) = 176996 +SHA256 (di-4.31.tar.gz) = 148c263a1058f6643bd7e347d8f34e59caa9fcb71d1938f1344b077784f7f8fb +SIZE (di-4.31.tar.gz) = 184703 diff --git a/sysutils/di/files/patch-di.c b/sysutils/di/files/patch-di.c deleted file mode 100644 index eba9bbd9552f..000000000000 --- a/sysutils/di/files/patch-di.c +++ /dev/null @@ -1,15 +0,0 @@ ---- C/di.c.orig 2011-01-01 15:25:04.000000000 -0500 -+++ C/di.c 2011-01-02 15:31:35.000000000 -0500 -@@ -252,10 +252,8 @@ - char *disp[2]; - } dispTable_t; - --#if ! _lib_zone_list --# define zoneid_t int --# define ZONENAME_MAX 65 --#endif -+#define zoneid_t int -+#define ZONENAME_MAX 65 - - typedef struct { - zoneid_t zoneid; |