1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00

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.
This commit is contained in:
Masafumi Max NAKANE 1997-09-07 19:22:17 +00:00
parent 6ce6574457
commit d1b5fbcdf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7801
3 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (fdfpp.tar.gz) = da4fc7321a9dfcc407540e1fc27e6ab0
MD5 (fdfpp.tar.gz) = 46c29fc941b2a36ace11f6abbc4e94d2

View File

@ -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)