aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-09-20 06:29:10 +0800
committerpav <pav@FreeBSD.org>2009-09-20 06:29:10 +0800
commit0f41bcd61b1c7e38d10d24860a04f1cb2ae19ec0 (patch)
tree4fee016851816caf94f0c786806cd7266c792bd4 /emulators/gxemul
parent07c544678a2c020547170d95095a3ec03c221726 (diff)
downloadfreebsd-ports-gnome-0f41bcd61b1c7e38d10d24860a04f1cb2ae19ec0.tar.gz
freebsd-ports-gnome-0f41bcd61b1c7e38d10d24860a04f1cb2ae19ec0.tar.zst
freebsd-ports-gnome-0f41bcd61b1c7e38d10d24860a04f1cb2ae19ec0.zip
- Update to 0.4.7.2
PR: ports/138364 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (imp; 19 days) Feature safe: yes
Diffstat (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/Makefile3
-rw-r--r--emulators/gxemul/distinfo6
-rw-r--r--emulators/gxemul/files/patch-bus_pci.c11
3 files changed, 4 insertions, 16 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index 50236ba887b6..9482c1eb44ef 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gxemul
-PORTVERSION= 0.4.6.5
-PORTREVISION= 1
+PORTVERSION= 0.4.7.2
CATEGORIES= emulators
MASTER_SITES= http://gxemul.sourceforge.net/src/ \
http://gavare.se/gxemul/src/
diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo
index ab6d74d1fdaf..81970e27eafc 100644
--- a/emulators/gxemul/distinfo
+++ b/emulators/gxemul/distinfo
@@ -1,3 +1,3 @@
-MD5 (gxemul-0.4.6.5.tar.gz) = 8ffe3fde1c2f17ff54500665dce82a22
-SHA256 (gxemul-0.4.6.5.tar.gz) = dbdee74eb100400c1e850ffaa658e81f1ba21a7e9f757c251c28e97b2a4953b7
-SIZE (gxemul-0.4.6.5.tar.gz) = 2187357
+MD5 (gxemul-0.4.7.2.tar.gz) = a2ec4f58a831dd883c196c4fd362b702
+SHA256 (gxemul-0.4.7.2.tar.gz) = 9659d3a2158ba0b454c836fe043a035de984a752221ebc6275f2f5b567d16f9c
+SIZE (gxemul-0.4.7.2.tar.gz) = 3374450
diff --git a/emulators/gxemul/files/patch-bus_pci.c b/emulators/gxemul/files/patch-bus_pci.c
deleted file mode 100644
index 023dee43bac6..000000000000
--- a/emulators/gxemul/files/patch-bus_pci.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/devices/bus_pci.c.orig 2008-10-03 14:11:25.000000000 -0700
-+++ src/devices/bus_pci.c 2008-10-03 14:11:34.000000000 -0700
-@@ -776,6 +776,8 @@
- void *wdc1 = ((struct piix_ide_extra *)pd->extra)->wdc1;
- int enabled = 0;
-
-+ PCI_SET_DATA(reg, value);
-+
- switch (reg) {
- case PCI_COMMAND_STATUS_REG:
- if (value & PCI_COMMAND_IO_ENABLE)