aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-02-10 14:02:12 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-02-10 14:02:12 +0000
commitfb124c40bfd3dfa48f8cd703e836280d39b1c053 (patch)
tree8e69be30067b0bfa83ccd40418f3ef2093f7e73a /cad/klayout
parent357f758110f889aa40a733e7278c351af7e36aa1 (diff)
downloadports-fb124c40bfd3dfa48f8cd703e836280d39b1c053.tar.gz
ports-fb124c40bfd3dfa48f8cd703e836280d39b1c053.zip
Update to 0.21.5.
Notes
Notes: svn path=/head/; revision=268874
Diffstat (limited to 'cad/klayout')
-rw-r--r--cad/klayout/Makefile2
-rw-r--r--cad/klayout/distinfo4
-rw-r--r--cad/klayout/files/patch-config-Makefile.conf7
3 files changed, 7 insertions, 6 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index a863d7dad093..f279a9d7ce8f 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= klayout
-PORTVERSION= 0.21.3
+PORTVERSION= 0.21.5
CATEGORIES= cad
MASTER_SITES= http://www.klayout.de/
diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo
index da527923ce48..557c8623f9e1 100644
--- a/cad/klayout/distinfo
+++ b/cad/klayout/distinfo
@@ -1,2 +1,2 @@
-SHA256 (klayout-0.21.3.tar.gz) = 91cc898841fc7a4529fa063025b19fb834c0ad2b67df80a585d7785c060369de
-SIZE (klayout-0.21.3.tar.gz) = 1966456
+SHA256 (klayout-0.21.5.tar.gz) = 07aaf98e6b2a26da3bd91f00c9f20da02886c29cf301cd2534e5c2e7ae3f96ba
+SIZE (klayout-0.21.5.tar.gz) = 1970707
diff --git a/cad/klayout/files/patch-config-Makefile.conf b/cad/klayout/files/patch-config-Makefile.conf
index c760c982dc2e..2675215612bb 100644
--- a/cad/klayout/files/patch-config-Makefile.conf
+++ b/cad/klayout/files/patch-config-Makefile.conf
@@ -1,6 +1,6 @@
---- /dev/null 2011-01-04 18:00:00.000000000 +0900
-+++ config/Makefile.conf.freebsd-32-gcc-release 2011-01-04 18:03:14.000000000 +0900
-@@ -0,0 +1,48 @@
+--- /dev/null 2011-02-10 22:38:57.000000000 +0900
++++ config/Makefile.conf.freebsd-32-gcc-release 2011-02-10 22:39:43.000000000 +0900
+@@ -0,0 +1,49 @@
+
+# Configuration file for
+# gcc, FreeBSD
@@ -27,6 +27,7 @@
+CCOPT_DEP=-MM -MG
+CCWARN=
+CCOPT=-c -O3 -o
++CCOPT_SO=-fPIC $(CCOPT)
+
+# Linker
+LINK=g++