diff options
author | mat <mat@FreeBSD.org> | 2015-12-08 17:04:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-08 17:04:59 +0800 |
commit | 73fe5c815bc770230f34590b2108363655190d55 (patch) | |
tree | 5662ec989c64abb20b0aee105df9b3f669010a9d /databases/postgresql-plv8js | |
parent | f1f7b94706f207a2c777fc0aaec8bfc5421342ab (diff) | |
download | freebsd-ports-gnome-73fe5c815bc770230f34590b2108363655190d55.tar.gz freebsd-ports-gnome-73fe5c815bc770230f34590b2108363655190d55.tar.zst freebsd-ports-gnome-73fe5c815bc770230f34590b2108363655190d55.zip |
Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'databases/postgresql-plv8js')
-rw-r--r-- | databases/postgresql-plv8js/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql-plv8js/distinfo | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 18acb11f5800..25404b0ef341 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.4.4 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- -DISTNAME= plv8-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= PL/v8js procedural language for PostgreSQL database diff --git a/databases/postgresql-plv8js/distinfo b/databases/postgresql-plv8js/distinfo index 18da54bd35ac..7d5774c2d425 100644 --- a/databases/postgresql-plv8js/distinfo +++ b/databases/postgresql-plv8js/distinfo @@ -1,2 +1,2 @@ -SHA256 (plv8-1.4.4_GH0.tar.gz) = 5eed6438da1208cc9f46fac501e0fd974062185c342805af5d8aada3ab442a1e -SIZE (plv8-1.4.4_GH0.tar.gz) = 155693 +SHA256 (plv8-plv8js-v1.4.4_GH0.tar.gz) = 5eed6438da1208cc9f46fac501e0fd974062185c342805af5d8aada3ab442a1e +SIZE (plv8-plv8js-v1.4.4_GH0.tar.gz) = 155693 |