diff options
author | tg <tg@FreeBSD.org> | 2001-11-07 19:44:09 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-11-07 19:44:09 +0800 |
commit | a94adc3040ab56b225b1fda53dfecbe0ff7dbbae (patch) | |
tree | 2b443aa04d95dd173ad1e7623ba8edf7d9995545 | |
parent | 1d1fea76c647c5e443f0e0e59493df3dfe78895f (diff) | |
download | freebsd-ports-gnome-a94adc3040ab56b225b1fda53dfecbe0ff7dbbae.tar.gz freebsd-ports-gnome-a94adc3040ab56b225b1fda53dfecbe0ff7dbbae.tar.zst freebsd-ports-gnome-a94adc3040ab56b225b1fda53dfecbe0ff7dbbae.zip |
New maintainer ports@; Sandro Sigala is no longer running FreeBSD.
Update MASTER_SITES for umatrix, while I'm here.
-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 |