aboutsummaryrefslogtreecommitdiff
path: root/cad/xcircuit
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-18 09:15:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-18 09:15:51 +0000
commitbb43e5f55831915297a2f8729d906f4ff5b5fc56 (patch)
treeab3ca15818b79e2db4b35d6cfc28b177d6c2c817 /cad/xcircuit
parentc1d06c1670234b34815611a35a90cf2188c6904c (diff)
downloadports-bb43e5f55831915297a2f8729d906f4ff5b5fc56.tar.gz
ports-bb43e5f55831915297a2f8729d906f4ff5b5fc56.zip
Notes
Diffstat (limited to 'cad/xcircuit')
-rw-r--r--cad/xcircuit/Makefile3
-rw-r--r--cad/xcircuit/distinfo4
-rw-r--r--cad/xcircuit/files/patch-events.c11
3 files changed, 3 insertions, 15 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index a57ad9be2486..30d7205db71e 100644
--- a/cad/xcircuit/Makefile
+++ b/cad/xcircuit/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xcircuit
-PORTVERSION= 3.3.33
-PORTREVISION= 1
+PORTVERSION= 3.3.38
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/
diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo
index a186f44b1673..1ab6276ddc3f 100644
--- a/cad/xcircuit/distinfo
+++ b/cad/xcircuit/distinfo
@@ -1,2 +1,2 @@
-MD5 (xcircuit-3.3.33.tar.bz2) = ee0f566196c92f444715b46ea7c67a61
-SIZE (xcircuit-3.3.33.tar.bz2) = 1114435
+MD5 (xcircuit-3.3.38.tar.bz2) = e7d09b3ed6ba69c899abb632c06a8382
+SIZE (xcircuit-3.3.38.tar.bz2) = 1115177
diff --git a/cad/xcircuit/files/patch-events.c b/cad/xcircuit/files/patch-events.c
deleted file mode 100644
index 58f0897eb19a..000000000000
--- a/cad/xcircuit/files/patch-events.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- events.c.orig Thu Sep 8 22:33:01 2005
-+++ events.c Wed Sep 14 14:11:38 2005
-@@ -2436,7 +2436,7 @@
- pathptr rotatepath = SELTOPATH(selectobj);
-
- register_for_undo(XCF_Edit, UNDO_MORE, areastruct.topinstance,
-- *rotatepath);
-+ rotatepath);
- for (genpart = rotatepath->plist; genpart < rotatepath->plist
- + rotatepath->parts; genpart++)
- elemrotate(genpart, direction);