https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205762
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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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 greedy,
the last CHEESESHOP substitution matches "pyspatialite-3.0.1-alpha" instead of
"pyspatialite".
Perhaps PORTNAME should be used instead of DISTNAME?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"