diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-07 23:03:01 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-07 23:03:01 +0800 |
commit | 2660bc02720740457f06d9782a33dbd37aec5845 (patch) | |
tree | f584f1ead7bc9c3408a95a020720fb5785e08453 /lang/f2c/Makefile | |
parent | a5869176b17b15619e5e29decaa6e6a0f300a2b1 (diff) | |
download | freebsd-ports-gnome-2660bc02720740457f06d9782a33dbd37aec5845.tar.gz freebsd-ports-gnome-2660bc02720740457f06d9782a33dbd37aec5845.tar.zst freebsd-ports-gnome-2660bc02720740457f06d9782a33dbd37aec5845.zip |
Upgrade to 3.0.0
PR: 24115
Submitted by: MAINTAINER
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r-- | lang/f2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index d40478095ed2..c7fdd7ccca4a 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -6,10 +6,10 @@ # PORTNAME= f2c -PORTVERSION= 2.0.1 +PORTVERSION= 3.0.0 CATEGORIES= lang MASTER_SITES= ftp://troutmask.apl.washington.edu/pub/ -DISTNAME= f2c-freebsd.2.0.1 +DISTNAME= f2c-freebsd.3.0.0 MAINTAINER= kargl@troutmask.apl.washington.edu |