svn commit: r456639 - head/audio/funktrackergold

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 18 15:44:59 UTC 2017


Author: amdmi3
Date: Mon Dec 18 15:44:57 2017
New Revision: 456639
URL: https://svnweb.freebsd.org/changeset/ports/456639

Log:
  - Add LICENSE_FILE
  - Pet portlint
  - Switch to options helpers
  - Update WWW

Modified:
  head/audio/funktrackergold/Makefile
  head/audio/funktrackergold/pkg-descr

Modified: head/audio/funktrackergold/Makefile
==============================================================================
--- head/audio/funktrackergold/Makefile	Mon Dec 18 15:25:49 2017	(r456638)
+++ head/audio/funktrackergold/Makefile	Mon Dec 18 15:44:57 2017	(r456639)
@@ -11,8 +11,13 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Curses MOD/FNK music tracker
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-OPTIONS_DEFINE=	DOCS
+BROKEN_armv6=		fails to compile: function definition is not allowed here
+BROKEN_armv7=		fails to compile: function definition is not allowed here
+BROKEN_mips=		fails to compile: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips64=		fails to compile: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_powerpc64=	fails to compile: nested functions are disabled, use -fnested-functions to re-enable
 
 USES=		compiler:nestedfct ncurses tar:tgz
 
@@ -22,14 +27,12 @@ MAKE_ARGS=	EXTRA_LDFLAGS="-lpthread"
 PORTDOCS=	INSTALL
 PLIST_FILES=	bin/funkgold
 
-BROKEN_armv6=		fails to compile: function definition is not allowed here
-BROKEN_armv7=		fails to compile: function definition is not allowed here
-BROKEN_mips=		fails to compile: nested functions are disabled, use -fnested-functions to re-enable
-BROKEN_mips64=		fails to compile: nested functions are disabled, use -fnested-functions to re-enable
-BROKEN_powerpc64=	fails to compile: nested functions are disabled, use -fnested-functions to re-enable
+OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for docs in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}

Modified: head/audio/funktrackergold/pkg-descr
==============================================================================
--- head/audio/funktrackergold/pkg-descr	Mon Dec 18 15:25:49 2017	(r456638)
+++ head/audio/funktrackergold/pkg-descr	Mon Dec 18 15:44:57 2017	(r456639)
@@ -2,4 +2,4 @@ FunktrackerGOLD is a curses based tracker for the MOD 
 formats. Information on using Funktracker can be found in
 share/doc/funktrackergold/README
 
-WWW: http://www.boutell.com/lsm/lsmbyid.cgi/000831
+WWW: https://boutell.com/lsm/lsmbyid.cgi/000831


More information about the svn-ports-head mailing list