diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-18 00:09:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-18 00:09:27 +0800 |
commit | f2e854478832e441a234d4be79be4531b3aac7b0 (patch) | |
tree | 3f2cc59f81f7721abc6416168559e6179b87a0de /lang | |
parent | e3207f6ea6152c8b2b15e5c8841d507983a7d5c0 (diff) | |
download | freebsd-ports-gnome-f2e854478832e441a234d4be79be4531b3aac7b0.tar.gz freebsd-ports-gnome-f2e854478832e441a234d4be79be4531b3aac7b0.tar.zst freebsd-ports-gnome-f2e854478832e441a234d4be79be4531b3aac7b0.zip |
- Pass maintainership to submitter
PR: 153954
Submitted by: Julian Stacey <jhs@berklix.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pbasic/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index 6ffa7eb95922..9d7cc43b7a51 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -12,13 +12,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor DISTNAME= ${PORTNAME}-${PORTVERSION}-950813 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhs@berklix.com COMMENT= Phil Cockroft's Basic Interpreter (previously Rabbit Basic) -# Ask jhs@freebsd.org if you want newer sources or author's latest e-mail -# (which is currently "phil@gmrs.isar.de" but changes a lot) - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +# Ask maintainer if you want newer sources or author's latest e-mail +# (which is currently "phil@cockcroft.de") ALL_TARGET= freebsd MAKEFILE= makefile |