[Midnightbsd-cvs] mports [24466] trunk/databases/postgresql10-server/Makefile: change up how we compute the ending.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Oct 14 16:39:16 EDT 2018
Revision: 24466
http://svnweb.midnightbsd.org/mports/?rev=24466
Author: laffer1
Date: 2018-10-14 16:39:13 -0400 (Sun, 14 Oct 2018)
Log Message:
-----------
change up how we compute the ending. it is not getting picked up in some cases
Modified Paths:
--------------
trunk/databases/postgresql10-server/Makefile
Modified: trunk/databases/postgresql10-server/Makefile
===================================================================
--- trunk/databases/postgresql10-server/Makefile 2018-10-14 19:45:18 UTC (rev 24465)
+++ trunk/databases/postgresql10-server/Makefile 2018-10-14 20:39:13 UTC (rev 24466)
@@ -5,7 +5,8 @@
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
-PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
+SHORT_VER=${PORTVERSION:R}
+PKGNAMESUFFIX?= ${SHORT_VER:S,.,,}${COMPONENT}
MAINTAINER?= ports at MidnightBSD.org
COMMENT?= PostgreSQL is the most advanced open-source database available anywhere
More information about the Midnightbsd-cvs
mailing list