aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/di
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2011-12-12 18:10:18 +0800
committerculot <culot@FreeBSD.org>2011-12-12 18:10:18 +0800
commit67e9b3f149f0d18c9972e1aebef6f3e7c591ff6d (patch)
tree9a8475b784fc726af9b1f1082616763c2e8d8a0a /sysutils/di
parent26c78e0812f8bc078b8851a225036d95ed082f5b (diff)
downloadfreebsd-ports-gnome-67e9b3f149f0d18c9972e1aebef6f3e7c591ff6d.tar.gz
freebsd-ports-gnome-67e9b3f149f0d18c9972e1aebef6f3e7c591ff6d.tar.zst
freebsd-ports-gnome-67e9b3f149f0d18c9972e1aebef6f3e7c591ff6d.zip
- Update to 4.31
PR: ports/163183 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes
Diffstat (limited to 'sysutils/di')
-rw-r--r--sysutils/di/Makefile2
-rw-r--r--sysutils/di/distinfo4
-rw-r--r--sysutils/di/files/patch-di.c15
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;