From owner-svn-ports-all@freebsd.org Sun Nov 1 09:33:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B69F2447E31; Sun, 1 Nov 2020 09:33:29 +0000 (UTC) (envelope-from se@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CP9pK4N5Vz3gHV; Sun, 1 Nov 2020 09:33:29 +0000 (UTC) (envelope-from se@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 7989F16A1F; Sun, 1 Nov 2020 09:33:29 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A19XTJc071018; Sun, 1 Nov 2020 09:33:29 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A19XSTD071015; Sun, 1 Nov 2020 09:33:28 GMT (envelope-from se@FreeBSD.org) Message-Id: <202011010933.0A19XSTD071015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Sun, 1 Nov 2020 09:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553828 - in head/deskutils/calendar: . files X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/deskutils/calendar: . files X-SVN-Commit-Revision: 553828 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.33 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, 01 Nov 2020 09:33:29 -0000 Author: se Date: Sun Nov 1 09:33:28 2020 New Revision: 553828 URL: https://svnweb.freebsd.org/changeset/ports/553828 Log: Pass _PATH_LOCALBASE correctly quoted to the build Modified: head/deskutils/calendar/Makefile head/deskutils/calendar/distinfo head/deskutils/calendar/files/patch-pathnames.h Modified: head/deskutils/calendar/Makefile ============================================================================== --- head/deskutils/calendar/Makefile Sun Nov 1 08:07:19 2020 (r553827) +++ head/deskutils/calendar/Makefile Sun Nov 1 09:33:28 2020 (r553828) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= calendar -DISTVERSION= 0.7 +DISTVERSION= 0.7.1 CATEGORIES= deskutils MAINTAINER= se@FreeBSD.org @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= bsdimp GH_TAGNAME= fcc5d31 -CFLAGS+= -D_PATH_LOCALBASE=\"${LOCALBASE}\" +CFLAGS+= -D_PATH_LOCALBASE="\"${LOCALBASE}\"" LDFLAGS+= -lm -lutil PLIST_FILES= bin/calendar \ Modified: head/deskutils/calendar/distinfo ============================================================================== --- head/deskutils/calendar/distinfo Sun Nov 1 08:07:19 2020 (r553827) +++ head/deskutils/calendar/distinfo Sun Nov 1 09:33:28 2020 (r553828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604157445 -SHA256 (bsdimp-calendar-0.7-fcc5d31_GH0.tar.gz) = ad7d0b51c4b834241aebbf6c50d187e5720f6c46c02615b27841a923e082aebc -SIZE (bsdimp-calendar-0.7-fcc5d31_GH0.tar.gz) = 132824 +TIMESTAMP = 1604223089 +SHA256 (bsdimp-calendar-0.7.1-fcc5d31_GH0.tar.gz) = ad7d0b51c4b834241aebbf6c50d187e5720f6c46c02615b27841a923e082aebc +SIZE (bsdimp-calendar-0.7.1-fcc5d31_GH0.tar.gz) = 132824 Modified: head/deskutils/calendar/files/patch-pathnames.h ============================================================================== --- head/deskutils/calendar/files/patch-pathnames.h Sun Nov 1 08:07:19 2020 (r553827) +++ head/deskutils/calendar/files/patch-pathnames.h Sun Nov 1 09:33:28 2020 (r553828) @@ -1,12 +1,8 @@ --- pathnames.h.orig 2020-10-18 03:01:26 UTC +++ pathnames.h -@@ -34,4 +34,9 @@ +@@ -34,4 +34,5 @@ #include -+#ifndef _PATH_LOCALBASE -+#define _PATH_LOCALBASE "/usr/local" -+#endif -+ #define _PATH_INCLUDE "/usr/share/calendar" +#define _PATH_INCLUDE_LOCAL _PATH_LOCALBASE "/share/calendar"