summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-09-07 19:22:17 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-09-07 19:22:17 +0000
commitd1b5fbcdf4091d69c1801c313f0dc7427e8b8347 (patch)
tree1b21718c016a0f5091f7dacc814f16eb8dc78658 /devel
parentUpgrade to 4.03b8 (diff)
Use the real master site instead of the mirror.
PR: 4488 Submitted by: the port maintainer While changing the MASTER_SITES, I noticed that the distfile has been changed, so upgraded it from 1.0(?) to 1.1.
Notes
Notes: svn path=/head/; revision=7801
Diffstat (limited to 'devel')
-rw-r--r--devel/fpp/Makefile8
-rw-r--r--devel/fpp/distinfo2
-rw-r--r--devel/fpp/files/patch-ab12
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/fpp/Makefile b/devel/fpp/Makefile
index 981bcf877cf5..6480f45a3d6c 100644
--- a/devel/fpp/Makefile
+++ b/devel/fpp/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: Sun fortran preprocessor fpp
-# Version required: ?
+# Version required: 1.1
# Date created: 30 January 1996
# Whom: vazquez@iqm.unicamp.br
#
-# $Id: Makefile,v 1.1.1.1 1997/02/16 01:24:46 obrien Exp $
+# $Id: Makefile,v 1.1.1.1 1997/02/16 19:43:06 obrien Exp $
#
DISTNAME= fdfpp
-PKGNAME= fpp-1.0
+PKGNAME= fpp-1.1
CATEGORIES= devel
-MASTER_SITES= ftp://netlib.bell-labs.com/netlib/fortran/
+MASTER_SITES= ftp://ftp.netlib.org/fortran/
MAINTAINER= vazquez@iqm.unicamp.br
diff --git a/devel/fpp/distinfo b/devel/fpp/distinfo
index 0cb57d4f75bd..b74b931b83c5 100644
--- a/devel/fpp/distinfo
+++ b/devel/fpp/distinfo
@@ -1 +1 @@
-MD5 (fdfpp.tar.gz) = da4fc7321a9dfcc407540e1fc27e6ab0
+MD5 (fdfpp.tar.gz) = 46c29fc941b2a36ace11f6abbc4e94d2
diff --git a/devel/fpp/files/patch-ab b/devel/fpp/files/patch-ab
index 23c5d719ea19..4eaa9386d03b 100644
--- a/devel/fpp/files/patch-ab
+++ b/devel/fpp/files/patch-ab
@@ -1,7 +1,7 @@
-*** src/Makefile.common.orig Mon Dec 30 17:31:01 1996
---- src/Makefile.common Mon Dec 30 17:31:20 1996
+*** src/Makefile.common.orig Wed Mar 19 04:23:18 1997
+--- src/Makefile.common Mon Sep 8 04:14:24 1997
***************
-*** 21,27 ****
+*** 20,26 ****
fpp: $(OBJ) $(OBJ1) $(EXTRA_LIB)
$(CC) $(COPTS) -o $@ $(OBJ) $(OBJ1) $(EXTRA_LIB)
@@ -9,7 +9,7 @@
$(CC) -c $(ALL_OPTS) $(@:%.o=$(SRC)/%.c)
y.tab.o: y.tab.c
---- 21,27 ----
+--- 20,26 ----
fpp: $(OBJ) $(OBJ1) $(EXTRA_LIB)
$(CC) $(COPTS) -o $@ $(OBJ) $(OBJ1) $(EXTRA_LIB)
@@ -18,7 +18,7 @@
y.tab.o: y.tab.c
***************
-*** 35,42 ****
+*** 34,41 ****
lint: $(LINTFILES)
$(LINT) $(LINTFILES)
@@ -27,7 +27,7 @@
clean:
$(RM) fpp *.o y.tab.c $(LINTFILES)
---- 35,42 ----
+--- 34,41 ----
lint: $(LINTFILES)
$(LINT) $(LINTFILES)