diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-28 17:50:44 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-28 17:50:44 +0000 |
commit | d0caaea6d09aa0560815aab0d1c4665e83de4243 (patch) | |
tree | 7abe634db36a28dec9e650c08e6a703e42b414b4 | |
parent | 4d3b24466b1c4273ca6debf957487e3ada053fc7 (diff) | |
download | ports-d0caaea6d09aa0560815aab0d1c4665e83de4243.tar.gz ports-d0caaea6d09aa0560815aab0d1c4665e83de4243.zip |
cad/xcircuit: Update 3.10.29 -> 3.10.30
PR: 254347
Approved by: danilo (maintainer's timeout 14 days)
-rw-r--r-- | cad/xcircuit/Makefile | 3 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 24c628510254..1f12942c673c 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,7 +1,7 @@ # Created by: Pedro F. Giffuni <giffunip@asme.org> PORTNAME= xcircuit -PORTVERSION= 3.10.29 +PORTVERSION= 3.10.30 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ @@ -38,6 +38,7 @@ post-patch: s|-fpic|-fPIC|g' ${WRKSRC}/configure post-install: + cd ${STAGEDIR}${PREFIX}/share/xcircuit && ${STRIP_CMD} xcircuit.so xcircexec xcircdnull @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/.xcircuitrc ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.lgf ${STAGEDIR}/${EXAMPLESDIR} diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 816d2f23ff3a..8e0457d5dc9a 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603992217 -SHA256 (xcircuit-3.10.29.tgz) = d42263392ef60a1a3c1505392ea80408e56a4a8c519b196f092780803ffa475d -SIZE (xcircuit-3.10.29.tgz) = 1619092 +TIMESTAMP = 1615921447 +SHA256 (xcircuit-3.10.30.tgz) = b2f63cba605e79cc2a08714bf3888f7be7174384ed724db3c70f8bf25c36f554 +SIZE (xcircuit-3.10.30.tgz) = 1619256 |