From owner-svn-ports-all@freebsd.org Sun Sep 9 17:00:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F148010993D9; Sun, 9 Sep 2018 16:59:59 +0000 (UTC) (envelope-from sunpoet@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 91E2379CF5; Sun, 9 Sep 2018 16:59:59 +0000 (UTC) (envelope-from sunpoet@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 421821C704; Sun, 9 Sep 2018 16:59:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w89Gxx08013566; Sun, 9 Sep 2018 16:59:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w89Gxvq4013556; Sun, 9 Sep 2018 16:59:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809091659.w89Gxvq4013556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 9 Sep 2018 16:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479319 - in head: devel/libnsutils devel/libparserutils graphics/libnsbmp graphics/libnsgif textproc/libcss textproc/libwapcaplet www/libdom X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel/libnsutils devel/libparserutils graphics/libnsbmp graphics/libnsgif textproc/libcss textproc/libwapcaplet www/libdom X-SVN-Commit-Revision: 479319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2018 17:00:00 -0000 Author: sunpoet Date: Sun Sep 9 16:59:57 2018 New Revision: 479319 URL: https://svnweb.freebsd.org/changeset/ports/479319 Log: Simplify Makefile Suggested by: mat Modified: head/devel/libnsutils/Makefile head/devel/libparserutils/Makefile head/graphics/libnsbmp/Makefile head/graphics/libnsgif/Makefile head/textproc/libcss/Makefile head/textproc/libwapcaplet/Makefile head/www/libdom/Makefile Modified: head/devel/libnsutils/Makefile ============================================================================== --- head/devel/libnsutils/Makefile Sun Sep 9 16:59:45 2018 (r479318) +++ head/devel/libnsutils/Makefile Sun Sep 9 16:59:57 2018 (r479319) @@ -3,9 +3,9 @@ PORTNAME= libnsutils PORTVERSION= 0.0.5 -DISTVERSIONSUFFIX= -src CATEGORIES= devel MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= NetSurf generalised utility library @@ -19,8 +19,6 @@ USES= gmake USE_LDCONFIG= yes MAKE_ENV= COMPONENT_TYPE="lib-shared" - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_SUB= VERSION=${PORTVERSION} Modified: head/devel/libparserutils/Makefile ============================================================================== --- head/devel/libparserutils/Makefile Sun Sep 9 16:59:45 2018 (r479318) +++ head/devel/libparserutils/Makefile Sun Sep 9 16:59:57 2018 (r479319) @@ -3,9 +3,9 @@ PORTNAME= libparserutils PORTVERSION= 0.2.4 -DISTVERSIONSUFFIX= -src CATEGORIES= devel MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= Lexer/parser utility functions for NetSurf @@ -20,8 +20,6 @@ USE_LDCONFIG= yes MAKE_ENV= COMPONENT_TYPE="lib-shared" LDFLAGS+= ${ICONV_LIB} - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_SUB= VERSION=${PORTVERSION} Modified: head/graphics/libnsbmp/Makefile ============================================================================== --- head/graphics/libnsbmp/Makefile Sun Sep 9 16:59:45 2018 (r479318) +++ head/graphics/libnsbmp/Makefile Sun Sep 9 16:59:57 2018 (r479319) @@ -3,9 +3,9 @@ PORTNAME= libnsbmp PORTVERSION= 0.1.5 -DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= NetSurf BMP decoder @@ -16,8 +16,6 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf- USES= gmake USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= COMPONENT_TYPE="lib-shared" Modified: head/graphics/libnsgif/Makefile ============================================================================== --- head/graphics/libnsgif/Makefile Sun Sep 9 16:59:45 2018 (r479318) +++ head/graphics/libnsgif/Makefile Sun Sep 9 16:59:57 2018 (r479319) @@ -3,9 +3,9 @@ PORTNAME= libnsgif PORTVERSION= 0.2.1 -DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= NetSurf GIF Decoder @@ -17,7 +17,6 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf- USES= gmake USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= COMPONENT_TYPE="lib-shared" PLIST_SUB= VERSION=${PORTVERSION} Modified: head/textproc/libcss/Makefile ============================================================================== --- head/textproc/libcss/Makefile Sun Sep 9 16:59:45 2018 (r479318) +++ head/textproc/libcss/Makefile Sun Sep 9 16:59:57 2018 (r479319) @@ -3,9 +3,9 @@ PORTNAME= libcss PORTVERSION= 0.8.0 -DISTVERSIONSUFFIX= -src CATEGORIES= textproc MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= Cascading Style Sheets library @@ -19,7 +19,6 @@ LIB_DEPENDS= libwapcaplet.so:textproc/libwapcaplet \ USES= gmake iconv:wchar_t localbase pkgconfig USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= COMPONENT_TYPE="lib-shared" LDFLAGS+= ${ICONV_LIB} PLIST_SUB= VERSION=${PORTVERSION} Modified: head/textproc/libwapcaplet/Makefile ============================================================================== --- head/textproc/libwapcaplet/Makefile Sun Sep 9 16:59:45 2018 (r479318) +++ head/textproc/libwapcaplet/Makefile Sun Sep 9 16:59:57 2018 (r479319) @@ -3,9 +3,9 @@ PORTNAME= libwapcaplet PORTVERSION= 0.4.1 -DISTVERSIONSUFFIX= -src CATEGORIES= textproc MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= String internment library @@ -13,12 +13,10 @@ COMMENT= String internment library LICENSE= MIT BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \ - ${LOCALBASE}/bin/flex:textproc/flex + ${LOCALBASE}/bin/flex:textproc/flex -USES= gmake +USES= gmake USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= COMPONENT_TYPE="lib-shared" \ FLEX="${LOCALBASE}/bin/flex" Modified: head/www/libdom/Makefile ============================================================================== --- head/www/libdom/Makefile Sun Sep 9 16:59:45 2018 (r479318) +++ head/www/libdom/Makefile Sun Sep 9 16:59:57 2018 (r479319) @@ -3,9 +3,9 @@ PORTNAME= libdom PORTVERSION= 0.3.3 -DISTVERSIONSUFFIX= -src CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= Document Object Model library @@ -21,8 +21,6 @@ LIB_DEPENDS= libwapcaplet.so:textproc/libwapcaplet \ USES= gmake iconv localbase pkgconfig USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= COMPONENT_TYPE="lib-shared"