diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-04 07:57:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-04 07:57:06 +0000 |
commit | f0dd53ffba677a4a27914b5cf7d507390815b002 (patch) | |
tree | ef5f6dd2234c4dc42cebacd59d8de8973fcd2f1b /databases/postgresql-tds_fdw | |
parent | 23c1bafb333329a8fa87bcbb89aff11d21b4ccda (diff) | |
download | ports-f0dd53ffba677a4a27914b5cf7d507390815b002.tar.gz ports-f0dd53ffba677a4a27914b5cf7d507390815b002.zip |
Notes
Diffstat (limited to 'databases/postgresql-tds_fdw')
-rw-r--r-- | databases/postgresql-tds_fdw/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql-tds_fdw/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/databases/postgresql-tds_fdw/Makefile b/databases/postgresql-tds_fdw/Makefile index 8b5dbea224ed..144710d48864 100644 --- a/databases/postgresql-tds_fdw/Makefile +++ b/databases/postgresql-tds_fdw/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= tds_fdw -PORTVERSION= 1.0.8 -PORTREVISION= 2 DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0-alpha.3 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- @@ -16,13 +15,12 @@ LICENSE= PostgreSQL LIB_DEPENDS= libsybdb.so:databases/freetds USES= gmake pgsql:9.2+ -LLD_UNSAFE= yes USE_GITHUB= yes GH_ACCOUNT= tds-fdw PLIST_FILES= lib/postgresql/tds_fdw.so \ share/doc/postgresql/extension/README.tds_fdw.md \ - share/postgresql/extension/tds_fdw--1.0.8.sql \ + share/postgresql/extension/tds_fdw--${DISTVERSION}.sql \ share/postgresql/extension/tds_fdw.control post-install: diff --git a/databases/postgresql-tds_fdw/distinfo b/databases/postgresql-tds_fdw/distinfo index 2168cd0785dd..068565e9f2e9 100644 --- a/databases/postgresql-tds_fdw/distinfo +++ b/databases/postgresql-tds_fdw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496200478 -SHA256 (tds-fdw-tds_fdw-v1.0.8_GH0.tar.gz) = 2afb64f3a2f125561c379008bd09ffe00d92b2a970dd8fe6af56230890090c6f -SIZE (tds-fdw-tds_fdw-v1.0.8_GH0.tar.gz) = 23145 +TIMESTAMP = 1564904679 +SHA256 (tds-fdw-tds_fdw-v2.0.0-alpha.3_GH0.tar.gz) = fcba4722171631332e06a91f22e0c22fbfd088e00abaf735be4d8c5512b14aa2 +SIZE (tds-fdw-tds_fdw-v2.0.0-alpha.3_GH0.tar.gz) = 58656 |