diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-07 11:44:09 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-07 11:44:09 +0000 |
commit | a3ef3079aade8560d5a7a8f180b91833e26e3a79 (patch) | |
tree | 5ee7475cf94fcb4c1ffe8a99030a483f0b3d7b4e | |
parent | 71ffdb8e0c1dd749dc123c787f10d3dc8d7c2ea6 (diff) |
New maintainer ports@; Sandro Sigala is no longer running FreeBSD.
Update MASTER_SITES for umatrix, while I'm here.
Notes
Notes:
svn path=/head/; revision=49732
-rw-r--r-- | devel/tvision/Makefile | 2 | ||||
-rw-r--r-- | math/umatrix/Makefile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 70181102deb9..2ab1f23a3523 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= devel/lang/c++ -MAINTAINER= ssigala@globalnet.it +MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/math/umatrix/Makefile b/math/umatrix/Makefile index 2a4871249400..3311c516b3f4 100644 --- a/math/umatrix/Makefile +++ b/math/umatrix/Makefile @@ -8,10 +8,9 @@ PORTNAME= umatrix PORTVERSION= 1.1 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= asami/LOCAL_PORTS +MASTER_SITES= http://www.sigala.it/sandro/files/ -MAINTAINER= ssigala@globalnet.it +MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes MAN1= umatrix.1 |