From owner-svn-ports-all@freebsd.org Wed Dec 19 14:44:13 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 B4DF01337594; Wed, 19 Dec 2018 14:44:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 583B383641; Wed, 19 Dec 2018 14:44:13 +0000 (UTC) (envelope-from zeising@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 31F7BF5C5; Wed, 19 Dec 2018 14:44:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBJEiDOk096741; Wed, 19 Dec 2018 14:44:13 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBJEiCke096739; Wed, 19 Dec 2018 14:44:12 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201812191444.wBJEiCke096739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 19 Dec 2018 14:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487799 - head/devel/evdev-proto X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/devel/evdev-proto X-SVN-Commit-Revision: 487799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 583B383641 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 19 Dec 2018 14:44:13 -0000 Author: zeising Date: Wed Dec 19 14:44:12 2018 New Revision: 487799 URL: https://svnweb.freebsd.org/changeset/ports/487799 Log: devel/evdev-proto: cleanup makefile Clean up makefile, Use DIST_SUBDIR since distfiles are unversioned. Use DISTFILES instead of DISTNAME add NO_WRKSUBDIR Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D18609 Modified: head/devel/evdev-proto/Makefile head/devel/evdev-proto/distinfo Modified: head/devel/evdev-proto/Makefile ============================================================================== --- head/devel/evdev-proto/Makefile Wed Dec 19 13:50:56 2018 (r487798) +++ head/devel/evdev-proto/Makefile Wed Dec 19 14:44:12 2018 (r487799) @@ -4,8 +4,8 @@ PORTNAME= evdev-proto PORTVERSION= 4.19 CATEGORIES= devel MASTER_SITES= https://github.com/torvalds/linux/raw/v${PORTVERSION}/include/uapi/linux/ -DISTNAME= input.h input-event-codes.h uinput.h -EXTRACT_SUFX= # empty +DISTFILES= input.h input-event-codes.h uinput.h +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= Input event device header files @@ -14,14 +14,14 @@ LICENSE= GPLv2 NO_BUILD= yes NO_ARCH= yes -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes -PLIST_FILES= ${DISTNAME:S|^|include/linux/|} +PLIST_FILES= ${DISTFILES:S|^|include/linux/|} do-extract: @${MKDIR} ${WRKSRC} -.for i in ${DISTNAME} - @${CP} ${DISTDIR}/${i} ${WRKSRC} +.for i in ${DISTFILES} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/${i} ${WRKSRC} .endfor post-patch: @@ -50,7 +50,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/linux/ -.for i in ${DISTNAME} +.for i in ${DISTFILES} ${INSTALL_DATA} ${WRKSRC}/${i} \ ${STAGEDIR}${PREFIX}/include/linux/ .endfor Modified: head/devel/evdev-proto/distinfo ============================================================================== --- head/devel/evdev-proto/distinfo Wed Dec 19 13:50:56 2018 (r487798) +++ head/devel/evdev-proto/distinfo Wed Dec 19 14:44:12 2018 (r487799) @@ -1,7 +1,7 @@ -TIMESTAMP = 1544273147 -SHA256 (input.h) = 6daff6404fe93484d1c53f8f8bd49d3ae2094f3c1b41871e05a9ba5c8eecc420 -SIZE (input.h) = 15929 -SHA256 (input-event-codes.h) = a736ca688b6d5fd5d0f52d77b620387dd1f0d360ebba53106ca7be96a8231249 -SIZE (input-event-codes.h) = 24313 -SHA256 (uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974 -SIZE (uinput.h) = 9276 +TIMESTAMP = 1545220953 +SHA256 (evdev-proto-4.19/input.h) = 6daff6404fe93484d1c53f8f8bd49d3ae2094f3c1b41871e05a9ba5c8eecc420 +SIZE (evdev-proto-4.19/input.h) = 15929 +SHA256 (evdev-proto-4.19/input-event-codes.h) = a736ca688b6d5fd5d0f52d77b620387dd1f0d360ebba53106ca7be96a8231249 +SIZE (evdev-proto-4.19/input-event-codes.h) = 24313 +SHA256 (evdev-proto-4.19/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974 +SIZE (evdev-proto-4.19/uinput.h) = 9276