Date: Thu, 31 Dec 2015 18:29:23 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 205762] CHEESESHOP bsd.sites.mk substitution breaks databases/pyspatialite Message-ID: <bug-205762-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205762 Bug ID: 205762 Summary: CHEESESHOP bsd.sites.mk substitution breaks databases/pyspatialite Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: python@FreeBSD.org Reporter: rakuco@FreeBSD.org CC: coder@tuxfamily.org, freebsd-ports-bugs@FreeBSD.org MASTER_SITE_SUBDIRS in bsd.sites.mk has the following substitution for CHEESESHOP: CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} This breaks databases/pyspatialite, which sets DISTNAME to "${PORTNAME}-${PORTVERSION}-alpha-0". Since the regular expressions are gre= edy, the last CHEESESHOP substitution matches "pyspatialite-3.0.1-alpha" instead= of "pyspatialite". Perhaps PORTNAME should be used instead of DISTNAME? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205762-21822>