From owner-svn-ports-head@freebsd.org Thu Jan 11 16:24:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 652AFE6CF72; Thu, 11 Jan 2018 16:24:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C95578C35; Thu, 11 Jan 2018 16:24:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B109175CE; Thu, 11 Jan 2018 16:24:55 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0BGOtkF009824; Thu, 11 Jan 2018 16:24:55 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0BGOrTW009804; Thu, 11 Jan 2018 16:24:53 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201801111624.w0BGOrTW009804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 11 Jan 2018 16:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458754 - in head: audio/autozen audio/ezstream audio/firefly audio/pytone print/bibview print/gspdf print/mftrace print/ttf2pt1 security/gorilla security/krb5-115 security/krb5-116 sec... X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: audio/autozen audio/ezstream audio/firefly audio/pytone print/bibview print/gspdf print/mftrace print/ttf2pt1 security/gorilla security/krb5-115 security/krb5-116 security/krb5-devel security... X-SVN-Commit-Revision: 458754 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2018 16:24:56 -0000 Author: danfe Date: Thu Jan 11 16:24:53 2018 New Revision: 458754 URL: https://svnweb.freebsd.org/changeset/ports/458754 Log: Remove superfluous linefeeds. Modified: head/audio/autozen/Makefile head/audio/ezstream/Makefile head/audio/firefly/Makefile head/audio/pytone/Makefile head/print/bibview/Makefile head/print/gspdf/Makefile head/print/mftrace/Makefile head/print/ttf2pt1/Makefile head/security/gorilla/Makefile head/security/krb5-115/Makefile head/security/krb5-116/Makefile head/security/krb5-devel/Makefile head/security/openssl-unsafe/Makefile head/security/openvas8/Makefile head/security/openvas9/Makefile head/textproc/elasticsearch5-x-pack/Makefile head/textproc/iso8879/Makefile head/textproc/kibana5-x-pack/Makefile head/textproc/lacheck/Makefile head/textproc/multimarkdown/Makefile Modified: head/audio/autozen/Makefile ============================================================================== --- head/audio/autozen/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/audio/autozen/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -13,7 +13,6 @@ COMMENT= Adjust brain waves with sound LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING - OPTIONS_DEFINE= DOCS USES= shebangfix perl5 pkgconfig Modified: head/audio/ezstream/Makefile ============================================================================== --- head/audio/ezstream/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/audio/ezstream/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -41,7 +41,6 @@ TAGLIB_CONFIGURE_ON= --with-taglib=${LOCALBASE} .include - post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s|examples||g ; \ s|: install-dist_docDATA|:|g' ${WRKSRC}/Makefile.in Modified: head/audio/firefly/Makefile ============================================================================== --- head/audio/firefly/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/audio/firefly/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -74,5 +74,4 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor - .include Modified: head/audio/pytone/Makefile ============================================================================== --- head/audio/pytone/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/audio/pytone/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -18,7 +18,6 @@ LIB_DEPENDS= libao.so:audio/libao RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${FLAVOR} - USES= ncurses python:2 USE_PYTHON= autoplist distutils Modified: head/print/bibview/Makefile ============================================================================== --- head/print/bibview/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/print/bibview/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -10,7 +10,6 @@ MASTER_SITES= TEX_CTAN/biblio/bibtex/utils/bibview-2.0 MAINTAINER= ports@FreeBSD.org COMMENT= Graphical interface for manipulating BibTeX bibliography databases - USES= imake USE_XORG= ice sm x11 xaw xext xmu xt WRKSRC= ${WRKDIR}/bibview-${PORTVERSION} Modified: head/print/gspdf/Makefile ============================================================================== --- head/print/gspdf/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/print/gspdf/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -13,7 +13,6 @@ COMMENT= Postscript and Pdf Viewer for GNUstep USES= ghostscript gnustep USE_GNUSTEP= back build - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSPdf.app/GSPdf Modified: head/print/mftrace/Makefile ============================================================================== --- head/print/mftrace/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/print/mftrace/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -28,7 +28,6 @@ GNU_CONFIGURE= yes USES= gmake python MAKEFILE= GNUmakefile - PLIST_FILES= \ bin/gf2pbm \ bin/mftrace \ Modified: head/print/ttf2pt1/Makefile ============================================================================== --- head/print/ttf2pt1/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/print/ttf2pt1/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -32,7 +32,6 @@ SHEBANG_FILES= app/TeX/sfd2map \ scripts/t1fdir \ scripts/trans - CPPFLAGS+= `pkg-config --cflags freetype2` \ -I${LOCALBASE}/include -DUSE_FREETYPE LIBS+= `pkg-config --libs freetype2` \ Modified: head/security/gorilla/Makefile ============================================================================== --- head/security/gorilla/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/security/gorilla/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -57,7 +57,6 @@ do-build: ${WRKSRC}/sources/tcllib/sha256c/${GORILLAARCH:tl} .endif - do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gorilla @${INSTALL_SCRIPT} ${WRKSRC}/sources/*.tcl \ Modified: head/security/krb5-115/Makefile ============================================================================== --- head/security/krb5-115/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/security/krb5-115/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -99,7 +99,6 @@ CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_T HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/html PDF_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/pdf - .include post-install: Modified: head/security/krb5-116/Makefile ============================================================================== --- head/security/krb5-116/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/security/krb5-116/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -99,7 +99,6 @@ CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_T HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/html PDF_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/pdf - .include post-install: Modified: head/security/krb5-devel/Makefile ============================================================================== --- head/security/krb5-devel/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/security/krb5-devel/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -98,7 +98,6 @@ CONFIGURE_ARGS+= --without-readline CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" .endif - .include post-install: Modified: head/security/openssl-unsafe/Makefile ============================================================================== --- head/security/openssl-unsafe/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/security/openssl-unsafe/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -41,7 +41,6 @@ CONFIGURE_ARGS+= enable-ec_nistp_64_gcc_128 OPENSSLDIR?= ${PREFIX}/openssl-unsafe/etc PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==} - .include "version.mk" post-patch: Modified: head/security/openvas8/Makefile ============================================================================== --- head/security/openvas8/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/security/openvas8/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -29,5 +29,4 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/gsad:security/greenbon SUB_FILES= pkg-message OPENVAS_VER= 8 - .include Modified: head/security/openvas9/Makefile ============================================================================== --- head/security/openvas9/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/security/openvas9/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -29,5 +29,4 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/gsad:security/greenbon SUB_FILES= pkg-message OPENVAS_VER= 9 - .include Modified: head/textproc/elasticsearch5-x-pack/Makefile ============================================================================== --- head/textproc/elasticsearch5-x-pack/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/textproc/elasticsearch5-x-pack/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -10,7 +10,6 @@ PKGNAMEPREFIX= elasticsearch5- MAINTAINER= tj@FreeBSD.org COMMENT= Elasticsearch X-Pack plugins - RUN_DEPENDS:= elasticsearch5>=5.3.0:textproc/elasticsearch5 NO_BUILD= yes Modified: head/textproc/iso8879/Makefile ============================================================================== --- head/textproc/iso8879/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/textproc/iso8879/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -24,5 +24,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/ISO* ${STAGEDIR}${INSTDIR} @${INSTALL_DATA} ${FILESDIR}/catalog ${STAGEDIR}${INSTDIR}/catalog - .include Modified: head/textproc/kibana5-x-pack/Makefile ============================================================================== --- head/textproc/kibana5-x-pack/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/textproc/kibana5-x-pack/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -10,7 +10,6 @@ PKGNAMEPREFIX= kibana5- MAINTAINER= tj@FreeBSD.org COMMENT= Kibana 5.0 X-Pack plugins - RUN_DEPENDS:= kibana5>=5.3.0:textproc/kibana5 NO_BUILD= yes Modified: head/textproc/lacheck/Makefile ============================================================================== --- head/textproc/lacheck/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/textproc/lacheck/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -14,7 +14,6 @@ PLIST_FILES= bin/lacheck \ man/man1/lacheck.1.gz ALL_TARGET= lacheck lacheck.1 - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}| ; \ s|^CC|# CC|; s|^CFLAGS|# CFLAGS|' \ Modified: head/textproc/multimarkdown/Makefile ============================================================================== --- head/textproc/multimarkdown/Makefile Thu Jan 11 16:22:02 2018 (r458753) +++ head/textproc/multimarkdown/Makefile Thu Jan 11 16:24:53 2018 (r458754) @@ -47,7 +47,6 @@ post-patch-EXTRAS-on: ${WRKSRC}/Support/bin/* @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/Support/bin/* - do-install: @${FIND} ${WRKSRC} -name '*.bak' -delete ${INSTALL_PROGRAM} ${WRKSRC}/multimarkdown ${STAGEDIR}${PREFIX}/bin