Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 11:04:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397105 - head/net-im/toxic
Message-ID:  <201509171104.t8HB45be042959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 17 11:04:04 2015
New Revision: 397105
URL: https://svnweb.freebsd.org/changeset/ports/397105

Log:
  - Add LICENSE_FILE
  - Pet portlint
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/toxic/Makefile

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Thu Sep 17 11:03:30 2015	(r397104)
+++ head/net-im/toxic/Makefile	Thu Sep 17 11:04:04 2015	(r397105)
@@ -8,7 +8,8 @@ CATEGORIES=	net-im
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Console client for Tox
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
 LIB_DEPENDS=	libvpx.so:${PORTSDIR}/multimedia/libvpx		\
@@ -30,14 +31,7 @@ X11_LIB_DEPENDS=libnotify.so:${PORTSDIR}
 MAKE_ENV=	USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}"
 SUB_FILES=	pkg-message
 
-USES=		desktop-file-utils ncurses openal:al,alut gmake pkgconfig
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900033
-USE_BINUTILS=	yes
-LDFLAGS+=	-B${LOCALBASE}/bin
-.endif
+USES=		desktop-file-utils gmake ncurses openal:al,alut pkgconfig
 
 pre-configure:
 	${REINPLACE_CMD} -e 's|PREFIX =|PREFIX?=|;s|$$(shell git rev-list HEAD.*$$|${GH_TAGNAME}|'	\
@@ -47,4 +41,4 @@ post-install:
 	${RM} ${STAGEDIR}${MANPREFIX}/man/man1/toxic.1-e ${STAGEDIR}${MANPREFIX}/man/man5/toxic.conf.5-e
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/toxic
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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