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

(-)Makefile (-2 / +2 lines)
Lines 7-20 Link Here
7
#
7
#
8
8
9
PORTNAME=	qfsm
9
PORTNAME=	qfsm
10
PORTVERSION=	0.30
10
PORTVERSION=	0.40
11
CATEGORIES=	cad
11
CATEGORIES=	cad
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
16
17
USE_QT_VER=	2
17
USE_QT_VER=	3
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
20
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (qfsm-0.30.tar.gz) = a72dee799e3261c1e7bfb8bc46b1c979
1
MD5 (qfsm-0.40.tar.gz) = 5513001b8b6f676ed43ec9996beeb889
(-)files/patch-Makefile.in (-4 / +4 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Fri Apr 12 00:35:08 2002
1
--- Makefile.in.orig	Tue Jun 11 21:44:52 2002
2
+++ Makefile.in	Fri Apr 12 00:35:16 2002
2
+++ Makefile.in	Tue Jun 11 21:45:10 2002
3
@@ -210,7 +210,7 @@
3
@@ -226,7 +226,7 @@
4
 x_includes = @x_includes@
4
 x_includes = @x_includes@
5
 x_libraries = @x_libraries@
5
 x_libraries = @x_libraries@
6
 
6
 
7
-SUBDIRS = src po
7
-SUBDIRS = src po
8
+SUBDIRS = src
8
+SUBDIRS = src
9
 DIST_SUBDIRS = src po
9
 
10
 
10
 #qfsmdir = $(prefix)/qfsm
11
 #qfsmdir = $(prefix)/qfsm
11
 #qfsm_DATA = $(srcdir)/po

Return to bug 39165