svn commit: r430239 - head/cad/klayout

Hiroki Sato hrs at FreeBSD.org
Sun Jan 1 04:28:26 UTC 2017


Author: hrs
Date: Sun Jan  1 04:28:25 2017
New Revision: 430239
URL: https://svnweb.freebsd.org/changeset/ports/430239

Log:
  Update to 0.24.9.

Modified:
  head/cad/klayout/Makefile
  head/cad/klayout/distinfo

Modified: head/cad/klayout/Makefile
==============================================================================
--- head/cad/klayout/Makefile	Sun Jan  1 04:17:45 2017	(r430238)
+++ head/cad/klayout/Makefile	Sun Jan  1 04:28:25 2017	(r430239)
@@ -1,15 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	klayout
-PORTVERSION=	0.24.8
+PORTVERSION=	0.24.9
 CATEGORIES=	cad
-MASTER_SITES=	http://www.klayout.org/downloads/
+MASTER_SITES=	http://www.klayout.org/downloads/source/
 
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Qt-based GDS2 Viewer
 
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	libpython2.7.so:lang/python27
+
 USES=		compiler:c++0x execinfo gmake python:build
 USE_RUBY=	yes
 USE_QT4=	corelib designer gui network moc_build sql uic_build \
@@ -35,7 +37,7 @@ do-build:
 		CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \
 		_MAKE_JOBS="${_MAKE_JOBS}" LOCALBASE="${LOCALBASE}" \
 		${SH} build.sh -platform ${PLATFORMKEYWORD} \
-		-qtbin ${PREFIX}/bin \
+		-qtbin ${QT_BINDIR} \
 		-qtinc ${QT_INCDIR} \
 		-qtlib ${QT_LIBDIR} \
 		-python ${PYTHON_CMD}

Modified: head/cad/klayout/distinfo
==============================================================================
--- head/cad/klayout/distinfo	Sun Jan  1 04:17:45 2017	(r430238)
+++ head/cad/klayout/distinfo	Sun Jan  1 04:28:25 2017	(r430239)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478282144
-SHA256 (klayout-0.24.8.tar.gz) = e3ad6b88b6d6e774d55a22cbdbb932d3506988a857a508bee3dc1eb16861bd98
-SIZE (klayout-0.24.8.tar.gz) = 11262068
+TIMESTAMP = 1483243344
+SHA256 (klayout-0.24.9.tar.gz) = 475420a7858aa9d9a0f7312c0da827f1f350340a30abcaf1589a41d35946dccd
+SIZE (klayout-0.24.9.tar.gz) = 11262298


More information about the svn-ports-all mailing list