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

(-)ivtools/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ivtools
8
PORTNAME=	ivtools
9
PORTVERSION=	1.0.3
9
PORTVERSION=	1.0.6
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)ivtools/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ivtools-1.0.3.tgz) = 31c0a8c99205edf8f0cee55947bc8207
1
MD5 (ivtools-1.0.6.tgz) = 83ada832988d88b6fdabaf577eec854c
(-)ivtools/files/patch-Makefile (-14 / +2 lines)
Lines 1-17 Link Here
1
--- Makefile.orig	Fri Mar  1 15:59:11 2002
1
--- Makefile.orig	Fri Aug  2 21:37:54 2002
2
+++ Makefile	Wed Mar 27 12:18:06 2002
2
+++ Makefile	Thu Aug 22 11:53:59 2002
3
@@ -67,9 +67,9 @@
4
 
5
    PROJECTDIR = /proj
6
 
7
-   RELEASE = ivtools-1.0.2
8
+   RELEASE = ivtools-1.0.3
9
 
10
-   VERSION = 1.0.2
11
+   VERSION = 1.0.3
12
 
13
    REPOSITORY_FILES = *.c *.cc *.cxx *.C *.h Imakefile *.def template README INSTALL VERSION MANIFEST COPYRIGHT ANNOUNCE README.ivmkcm *.patch *.bugfix.? *.script *.sed comutil.arg comterp.err comutil.ci comterp.arg comterp.ci site.def.SUN4 site.def.LINUX site.def.SGI site.def.HP800 site.def.ALPHA site.def.CYGWIN site.def.NETBSD site.def.FREEBSD WishList *.defaults *.cf HOWTO Copyright *.sh CHANGES CHANGES-0.? *.cpp ivmkmf *.bash *.1  *.3 config.guess config.sub configure configure.in MANIFEST.perceps MANIFEST.comterp *.mk config.mk.in *.tmpl *.flt *.m4 config.defs.in
14
 
15
@@ -351,7 +351,7 @@
3
@@ -351,7 +351,7 @@
16
 	touch make.makefiles; fi
4
 	touch make.makefiles; fi
17
 	-@if [ ! -f make.depend ]; then \
5
 	-@if [ ! -f make.depend ]; then \

Return to bug 41888