mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
update pgsql go
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $Id: Makefile 1575 2008-07-31 07:53:53Z root $
|
||||
#
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 13.1
|
||||
PORTVERSION= 13.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES+= http://ftp.postgresql.org/pub/%SUBDIR%/
|
||||
MASTER_SITES+= http://ftp.de.postgresql.org/%SUBDIR%/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1612769234
|
||||
SHA256 (postgresql-13.1.tar.bz2) = 12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
|
||||
SIZE (postgresql-13.1.tar.bz2) = 21034192
|
||||
TIMESTAMP = 1627533326
|
||||
SHA256 (postgresql-13.3.tar.bz2) = 3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1
|
||||
SIZE (postgresql-13.3.tar.bz2) = 21119109
|
||||
|
||||
@@ -1309,6 +1309,7 @@ share/postgresql/locale/ja/LC_MESSAGES/pg_rewind-13.mo
|
||||
share/postgresql/locale/ja/LC_MESSAGES/pg_test_fsync-13.mo
|
||||
share/postgresql/locale/ja/LC_MESSAGES/pg_test_timing-13.mo
|
||||
share/postgresql/locale/ja/LC_MESSAGES/pg_upgrade-13.mo
|
||||
share/postgresql/locale/ja/LC_MESSAGES/pg_verifybackup-13.mo
|
||||
share/postgresql/locale/ja/LC_MESSAGES/pg_waldump-13.mo
|
||||
share/postgresql/locale/ja/LC_MESSAGES/pgscripts-13.mo
|
||||
share/postgresql/locale/ja/LC_MESSAGES/plpgsql-13.mo
|
||||
@@ -1344,7 +1345,16 @@ share/postgresql/locale/pl/LC_MESSAGES/pg_test_timing-13.mo
|
||||
share/postgresql/locale/pl/LC_MESSAGES/plpgsql-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/ecpg-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/ecpglib6-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/initdb-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pg_archivecleanup-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pg_checksums-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pg_config-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pg_controldata-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pg_ctl-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pg_resetwal-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pg_test_fsync-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pg_test_timing-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/pgscripts-13.mo
|
||||
share/postgresql/locale/pt_BR/LC_MESSAGES/plpgsql-13.mo
|
||||
share/postgresql/locale/ru/LC_MESSAGES/ecpg-13.mo
|
||||
share/postgresql/locale/ru/LC_MESSAGES/ecpglib6-13.mo
|
||||
@@ -1599,4 +1609,3 @@ share/postgresql/tsearch_data/turkish.stop
|
||||
@dir share/postgresql/timezonesets
|
||||
@dir share/postgresql/tsearch_data
|
||||
@dir share/postgresql
|
||||
@dir share
|
||||
|
||||
@@ -47,6 +47,9 @@ CONFIGURE_ARGS+= --without-haxe
|
||||
CONFIGURE_ARGS+= --without-netstd
|
||||
CONFIGURE_ARGS+= --without-d
|
||||
|
||||
CONFIGURE_ARGS+= --with-cpp
|
||||
CONFIGURE_ARGS+= --with-boost=${LOCALBASE}/boost72
|
||||
|
||||
#CMAKE_OFF+= BUILD_CPP
|
||||
CMAKE_OFF+= BUILD_C_GLIB
|
||||
CMAKE_OFF+= BUILD_JAVA
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD: head/lang/go/Makefile 470619 2018-05-22 14:32:09Z jlaffaye $
|
||||
|
||||
PORTNAME= go
|
||||
PORTVERSION= 1.16.5
|
||||
PORTVERSION= 1.16.6
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://golang.org/dl/
|
||||
DISTNAME= go${PORTVERSION}.src
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1623238362
|
||||
SHA256 (go1.16.5.src.tar.gz) = 7bfa7e5908c7cc9e75da5ddf3066d7cbcf3fd9fa51945851325eebc17f50ba80
|
||||
SIZE (go1.16.5.src.tar.gz) = 20921372
|
||||
TIMESTAMP = 1627495892
|
||||
SHA256 (go1.16.6.src.tar.gz) = a3a5d4bc401b51db065e4f93b523347a4d343ae0c0b08a65c3423b05a138037d
|
||||
SIZE (go1.16.6.src.tar.gz) = 20923044
|
||||
|
||||
@@ -9193,6 +9193,9 @@ lib/go/test/fixedbugs/issue4618.go
|
||||
lib/go/test/fixedbugs/issue4620.go
|
||||
lib/go/test/fixedbugs/issue4654.go
|
||||
lib/go/test/fixedbugs/issue4663.go
|
||||
lib/go/test/fixedbugs/issue46653.dir/bad/bad.go
|
||||
lib/go/test/fixedbugs/issue46653.dir/main.go
|
||||
lib/go/test/fixedbugs/issue46653.go
|
||||
lib/go/test/fixedbugs/issue4667.go
|
||||
lib/go/test/fixedbugs/issue4734.go
|
||||
lib/go/test/fixedbugs/issue4748.go
|
||||
@@ -10870,6 +10873,8 @@ lib/go/VERSION
|
||||
@dir lib/go/test/fixedbugs/issue44355.dir
|
||||
@dir lib/go/test/fixedbugs/issue4510.dir
|
||||
@dir lib/go/test/fixedbugs/issue4590.dir
|
||||
@dir lib/go/test/fixedbugs/issue46653.dir/bad
|
||||
@dir lib/go/test/fixedbugs/issue46653.dir
|
||||
@dir lib/go/test/fixedbugs/issue4879.dir
|
||||
@dir lib/go/test/fixedbugs/issue4932.dir
|
||||
@dir lib/go/test/fixedbugs/issue4964.dir
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1595577916
|
||||
SHA256 (mc-4.8.25.tar.xz) = ffc19617f20ebb23330acd3998b7fd559a042d172fa55746d53d246697b2548a
|
||||
SIZE (mc-4.8.25.tar.xz) = 2488324
|
||||
TIMESTAMP = 1627536245
|
||||
SHA256 (mc-4.8.26.tar.xz) = c6deadc50595f2d9a22dc6c299a9f28b393e358346ebf6ca444a8469dc166c27
|
||||
SIZE (mc-4.8.26.tar.xz) = 2492612
|
||||
SHA256 (mc.png) = 6bd935ea11c45da5c11e60542e30b4a05396d75b81401f28b3a68a82cafbf8fe
|
||||
SIZE (mc.png) = 6466
|
||||
|
||||
Reference in New Issue
Block a user