diff options
author | stefan <stefan@FreeBSD.org> | 2013-05-19 07:13:26 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2013-05-19 07:13:26 +0800 |
commit | e3f0792806081216cd1744cf2e7f6fd1e9092202 (patch) | |
tree | 0fb9aaf31e329f57b5997646a6771716a0e61944 /lang | |
parent | abe17737c9db13fec763d8149577e8af7a882df2 (diff) | |
download | freebsd-ports-gnome-e3f0792806081216cd1744cf2e7f6fd1e9092202.tar.gz freebsd-ports-gnome-e3f0792806081216cd1744cf2e7f6fd1e9092202.tar.zst freebsd-ports-gnome-e3f0792806081216cd1744cf2e7f6fd1e9092202.zip |
Reset maintainer due to continuous timeouts since 2009.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/swi-pl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 7656d5b02867..2d4025532410 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SWI-Prolog -# Date created: 10 August 1996 -# Whom: Michael Butschky <butsch@computi.erols.com> -# +# Created by: Michael Butschky <butsch@computi.erols.com> # $FreeBSD$ -# PORTNAME= swi-pl PORTVERSION= 5.10.5 @@ -12,7 +8,7 @@ CATEGORIES= lang MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ DISTNAME= pl-${PORTVERSION} -MAINTAINER= g.gonter@ieee.org +MAINTAINER= ports@FreeBSD.org COMMENT= Edinburgh-style Prolog compiler LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ |