Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 16:17:25 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525173 - head/net/tinyfugue
Message-ID:  <202002041617.014GHP4v031731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Tue Feb  4 16:17:25 2020
New Revision: 525173
URL: https://svnweb.freebsd.org/changeset/ports/525173

Log:
  - update WWW
  - add LICENSE
  - make portlint happier
  - take maintainership

Modified:
  head/net/tinyfugue/Makefile
  head/net/tinyfugue/pkg-descr

Modified: head/net/tinyfugue/Makefile
==============================================================================
--- head/net/tinyfugue/Makefile	Tue Feb  4 15:29:08 2020	(r525172)
+++ head/net/tinyfugue/Makefile	Tue Feb  4 16:17:25 2020	(r525173)
@@ -8,25 +8,28 @@ CATEGORIES=	net games
 MASTER_SITES=	SF/tinyfugue/tinyfugue/5.0%20beta%208
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Popular programmable MUD client, with macro support and more
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
+USES=		ssl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-manpage --enable-version --enable-symlink \
 		--datadir=${PREFIX}/lib --with-inclibpfx=${LOCALBASE}
-USES=		ssl
 LDFLAGS+=	-L${LOCALBASE}
 
 PLIST_SUB=	DISTNAME=${DISTNAME}
 
 post-patch:
-	@${REINPLACE_CMD} 's:@.*dir@:$${DESTDIR}&:' ${WRKSRC}/unix/vars.mak.in
-	@${REINPLACE_CMD} '/ln -s/s@(TF)@(TF:T)@' ${WRKSRC}/unix/unix.mak
+	${REINPLACE_CMD} 's:@.*dir@:$${DESTDIR}&:' ${WRKSRC}/unix/vars.mak.in
+	${REINPLACE_CMD} '/ln -s/s@(TF)@(TF:T)@' ${WRKSRC}/unix/unix.mak
 
 post-build:
-	@${STRIP_CMD} ${WRKSRC}/src/tf
+	${STRIP_CMD} ${WRKSRC}/src/tf
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/src/tf.1.nroffman ${STAGEDIR}${PREFIX}/man/man1/tf.1

Modified: head/net/tinyfugue/pkg-descr
==============================================================================
--- head/net/tinyfugue/pkg-descr	Tue Feb  4 15:29:08 2020	(r525172)
+++ head/net/tinyfugue/pkg-descr	Tue Feb  4 16:17:25 2020	(r525173)
@@ -1,7 +1,4 @@
 TinyFugue is a powerful, programmable MUD client with macro support
 and multi-worlding support and much more.
 
-WWW: http://tf.tcp.com/~hawkeye/tf/
-
--Mike Peck
-mike@binghamton.edu
+WWW: http://tinyfugue.sourceforge.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002041617.014GHP4v031731>