From d1b5fbcdf4091d69c1801c313f0dc7427e8b8347 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sun, 7 Sep 1997 19:22:17 +0000 Subject: 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. --- devel/fpp/Makefile | 8 ++++---- devel/fpp/distinfo | 2 +- devel/fpp/files/patch-ab | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'devel') 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) -- cgit v1.2.3