Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# Created by: vanilla@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plv8js
|
||||
PORTNAME= plv8
|
||||
PORTVERSION= 1.4.8
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
|
||||
PKGNAMESUFFIX= js
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= PL/v8js procedural language for PostgreSQL database
|
||||
@@ -14,11 +15,9 @@ LICENSE= PostgreSQL
|
||||
|
||||
LIB_DEPENDS+= libv8.so:lang/v8
|
||||
|
||||
WRKSRC= ${WRKDIR}/plv8-${PORTVERSION}
|
||||
USES= compiler:c++11-lang gmake perl5 pgsql:9.1+
|
||||
USE_PERL5= build
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= plv8
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (plv8-plv8js-v1.4.8_GH0.tar.gz) = 485c4bb02cc4e7300d249d9ec0dc2be8f7f6b69ded0fd91ba4f7a4ed90ad384a
|
||||
SIZE (plv8-plv8js-v1.4.8_GH0.tar.gz) = 155736
|
||||
TIMESTAMP = 1483464767
|
||||
SHA256 (plv8-plv8-v1.4.8_GH0.tar.gz) = 485c4bb02cc4e7300d249d9ec0dc2be8f7f6b69ded0fd91ba4f7a4ed90ad384a
|
||||
SIZE (plv8-plv8-v1.4.8_GH0.tar.gz) = 155736
|
||||
|
||||
Reference in New Issue
Block a user