View | Details | Raw Unified | Return to bug 254347
Collapse All | Expand All

(-)cad/xcircuit/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xcircuit
4
PORTNAME=	xcircuit
5
PORTVERSION=	3.10.29
5
PORTVERSION=	3.10.30
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	cad
7
CATEGORIES=	cad
8
MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \
8
MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \
Lines 39-44 Link Here
39
		 s|-fpic|-fPIC|g' ${WRKSRC}/configure
39
		 s|-fpic|-fPIC|g' ${WRKSRC}/configure
40
40
41
post-install:
41
post-install:
42
	cd ${STAGEDIR}${PREFIX}/share/xcircuit && ${STRIP_CMD} xcircuit.so xcircexec xcircdnull
42
	@${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}
43
	@${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}
43
	${INSTALL_DATA} ${WRKSRC}/examples/.xcircuitrc ${STAGEDIR}/${EXAMPLESDIR}
44
	${INSTALL_DATA} ${WRKSRC}/examples/.xcircuitrc ${STAGEDIR}/${EXAMPLESDIR}
44
	${INSTALL_DATA} ${WRKSRC}/examples/*.lgf ${STAGEDIR}/${EXAMPLESDIR}
45
	${INSTALL_DATA} ${WRKSRC}/examples/*.lgf ${STAGEDIR}/${EXAMPLESDIR}
(-)cad/xcircuit/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1603992217
1
TIMESTAMP = 1615921447
2
SHA256 (xcircuit-3.10.29.tgz) = d42263392ef60a1a3c1505392ea80408e56a4a8c519b196f092780803ffa475d
2
SHA256 (xcircuit-3.10.30.tgz) = b2f63cba605e79cc2a08714bf3888f7be7174384ed724db3c70f8bf25c36f554
3
SIZE (xcircuit-3.10.29.tgz) = 1619092
3
SIZE (xcircuit-3.10.30.tgz) = 1619256

Return to bug 254347