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

(-)cad/oregano/Makefile (-6 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	oregano
8
PORTNAME=	oregano
9
PORTVERSION=	0.40.3
9
PORTVERSION=	0.40.4
10
PORTREVISION=	2
10
CATEGORIES=	cad gnome
11
CATEGORIES=	cad
11
MASTER_SITES=	http://gforge.lug.fi.uba.ar/frs/download.php/62/
12
MASTER_SITES=	http://gforge.lug.fi.uba.ar/frs/download.php/56/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Schematic capture and simulation of electrical circuits
14
COMMENT=	Schematic capture and simulation of electrical circuits
Lines 32-38 Link Here
32
31
33
post-patch:
32
post-patch:
34
	@${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure
33
	@${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure
35
	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
36
		's|-DGNOME_DISABLE_DEPRECATED=1||g'
37
34
38
.include <bsd.port.post.mk>
35
.include <bsd.port.post.mk>
(-)cad/oregano/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (oregano-0.40.3.tar.bz2) = 91fde83b01d59eaf0d4beb4d0d5631ef
1
MD5 (oregano-0.40.4.tar.bz2) = df7a75d21aa3774f3d3ad561d9a93405
2
SIZE (oregano-0.40.3.tar.bz2) = 799668
2
SIZE (oregano-0.40.4.tar.bz2) = 813268
(-)cad/oregano/pkg-plist (+5 lines)
Lines 49-55 Link Here
49
share/gnome/oregano/samples/555.oregano
49
share/gnome/oregano/samples/555.oregano
50
share/gnome/oregano/samples/741.oregano
50
share/gnome/oregano/samples/741.oregano
51
share/gnome/oregano/samples/OP177B.oregano
51
share/gnome/oregano/samples/OP177B.oregano
52
share/gnome/oregano/samples/carga_capacitor.oregano
52
share/gnome/oregano/samples/opamp.oregano
53
share/gnome/oregano/samples/opamp.oregano
54
share/gnome/oregano/samples/opamp_ideal.oregano
55
share/gnome/oregano/samples/pasa_altos.oregano
56
share/gnome/oregano/samples/simple.oregano
57
share/gnome/oregano/samples/simple2.oregano
53
share/gnome/oregano/samples/transistors.oregano
58
share/gnome/oregano/samples/transistors.oregano
54
share/gnome/oregano/samples/zener.oregano
59
share/gnome/oregano/samples/zener.oregano
55
share/gnome/pixmaps/gnome-oregano.svg
60
share/gnome/pixmaps/gnome-oregano.svg

Return to bug 82274