Commit Graph

53 Commits

Author SHA1 Message Date
Dmitri Goutnik
fbc11ad0ea databases/pspg: Update to 3.1.2
Changes:	https://github.com/okbob/pspg/releases/tag/3.1.2
2020-05-27 22:04:35 +00:00
Dmitri Goutnik
3762fe5fe2 databases/pspg: Update to 3.1.1
Changes:	https://github.com/okbob/pspg/releases/tag/3.1.1
Reported by:	portscout
2020-05-21 14:34:54 +00:00
Dmitri Goutnik
0f95d7ceae databases/pspg: Update to 3.0.7
Reported by:	portscout
2020-04-24 16:05:37 +00:00
Dmitri Goutnik
f044558c36 databases/pspg: Update to 3.0.4
Reported by:	portscout
2020-04-11 17:37:38 +00:00
Dmitri Goutnik
9d512702cd databases/pspg: Update to 3.0.2
Changes:	https://github.com/okbob/pspg/releases
Reported by:	portscout
2020-04-09 13:19:18 +00:00
Dmitri Goutnik
76ed3dc6c7 databases/pspg: Update to 3.0.0
- Unbreak inotify support, add INOTIFY knob
- Pet portfmt while here
2020-04-07 11:55:49 +00:00
Dmitri Goutnik
8f07bc85f3 databases/pspg: Disable inotify at configure stage. 2020-03-30 14:56:20 +00:00
Dmitri Goutnik
65acd3f021 databases/pspg: Update to 2.7.2
Reported by:	portscout
2020-03-30 13:11:47 +00:00
Dmitri Goutnik
ebac476ae3 databases/pspg: Update to 2.7.1 2020-03-28 13:41:52 +00:00
Dmitri Goutnik
0f842d5a92 databases/pspg: Update to 2.6.6
Changes:	https://github.com/okbob/pspg/releases/tag/2.6.6
2020-01-16 13:02:32 +00:00
Dmitri Goutnik
970160af3c databases/pspg: Update to 2.6.4
Reported by:	portscout
2019-12-22 13:54:34 +00:00
Dmitri Goutnik
bc89b1ae9c databases/pspg: Update to 2.6.1
Changes:	https://github.com/okbob/pspg/releases/tag/2.6.1
2019-12-13 13:12:21 +00:00
Dmitri Goutnik
27aba8dfce databases/pspg: Update to 2.6.0
Changes:	https://github.com/okbob/pspg/compare/2.5.5...2.6.0
2019-11-24 12:37:20 +00:00
Dmitri Goutnik
59ea30c779 databases/pspg: Update to 2.5.5
Changes:	https://github.com/okbob/pspg/compare/2.5.3...2.5.5

Reported by:	portscout
Approved by:	tz (mentor, implicit)
2019-11-17 13:16:43 +00:00
Dmitri Goutnik
054da6cb0f databases/pspg: Update to 2.5.3
Changes:	https://github.com/okbob/pspg/compare/2.5.2...2.5.3

Reported by:	portscout
Approved by:	tz (mentor, implicit)
2019-11-05 12:14:33 +00:00
Dmitri Goutnik
88bfbe46ec Use correct CONFIGURE_WITH helper
Reported by:	mat
Approved by:	tz (mentor, implicit)
2019-11-02 16:05:25 +00:00
Dmitri Goutnik
2972621525 databases/pspg: Update to 2.5.2
Changes:	https://github.com/okbob/pspg/releases

Reported by:	portscout
Approved by:	tz (mentor, implicit)
2019-11-01 13:23:13 +00:00
Dmitri Goutnik
bafb12405d databases/pspg: Update to 2.1.8
Changelog:

 - freeze 2 cols by default on PostgreSQL versions where oid col is visible

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D22079
2019-10-19 23:22:00 +00:00
Dmitri Goutnik
49a6d30635 databases/pspg: Update to 2.1.7
Changes:	https://github.com/okbob/pspg/compare/2.1.4...2.1.7

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21981
2019-10-12 12:46:54 +00:00
Dmitri Goutnik
51bdfa8cb5 databases/pspg: Update to 2.1.4
Changes:	https://github.com/okbob/pspg/compare/2.1.3...2.1.4

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21956
2019-10-09 15:37:39 +00:00
Dmitri Goutnik
d0ad0befea databases/pspg: Update to 2.1.3
Changes:	https://github.com/okbob/pspg/compare/2.1.2...2.1.3

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21856
2019-10-01 14:39:24 +00:00
Dmitri Goutnik
b8a8de8a47 databases/pspg: Update to 2.1.2
- While here, pet portclippy.

Changes:	https://github.com/okbob/pspg/compare/2.0.4...2.1.2

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21799
2019-09-26 12:31:26 +00:00
Dmitri Goutnik
6febb9510d databases/pspg: Update to 2.0.4
Changes:	https://github.com/okbob/pspg/compare/2.0.3...2.0.4

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21748
2019-09-22 17:24:08 +00:00
Piotr Kubaj
c129118f7a databases/pspg: fix build on GCC architectures
Use new GCC:
src/pspg.c: In function 'main':
src/pspg.c:2743: error: '__SIZEOF_WCHAR_T__' undeclared (first use in this function)
src/pspg.c:2743: error: (Each undeclared identifier is reported only once
src/pspg.c:2743: error: for each function it appears in.)

Approved by:    mentors (implicit approval)
2019-09-18 19:54:15 +00:00
Dmitri Goutnik
b6bd0cf737 Change my maintainer email
Approved by:	tz (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21677
2019-09-16 20:55:08 +00:00
Steve Wills
bca39e79c5 databases/pspg: update to 2.0.3
PR:		240559
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-09-14 12:45:56 +00:00
Jason Helfman
bf6e7483ad - update to 2.0.2
PR:		240365
Submitted by:	dg@syrec.org (maintainer)
Changelog:	https://github.com/okbob/pspg/releases
2019-09-11 18:09:32 +00:00
Steve Wills
4dba2db455 databases/pspg: update to 1.7.2
PR:		240246
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-09-02 16:13:36 +00:00
Yuri Victorovich
3f56bd4461 databases/pspg: Update 1.6.5 -> 1.6.8
PR:		239444
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-08-03 23:12:10 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00
Steve Wills
61594cd2cc databases/pspg: Update to 1.6.5
PR:		237112
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-04-08 16:21:50 +00:00
Steve Wills
ed57878d10 databases/pspg: Update to 1.6.4
PR:		236703
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-03-21 13:45:02 +00:00
Jochen Neumeister
084d9bdf3e Update to 1.6.3
Changelog: https://github.com/okbob/pspg/releases

PR:		235027
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-01-24 11:41:06 +00:00
Steve Wills
226eb03004 databases/pspg: update to 1.6.2
PR:		231285
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-09-18 18:30:27 +00:00
Steve Wills
62c7a1a5c7 databases/pspg: Update to 1.6.1
PR:		231214
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-09-07 13:17:11 +00:00
Steve Wills
ccc8f0d3fa databases/pspg: Update to 1.6.0
Using correct patch this time, previous commit used obsolete patch.

PR:		231071
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Pointyhat to:	swills
2018-09-03 13:24:26 +00:00
Steve Wills
783474f320 databases/pspg: Update to 1.6.0
PR:		231071
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-09-02 15:40:19 +00:00
Steve Wills
ed7dcb98e7 databases/pspg: Update to 1.4.2
PR:		230976
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-08-29 14:26:47 +00:00
Jochen Neumeister
e40ef78602 databases/pspg: Update to 1.2.2
Changelog:
 - https://github.com/okbob/pspg/releases/tag/1.2.1
 - https://github.com/okbob/pspg/releases/tag/1.2.2

PR:		229910
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
MFH:		2018Q3
2018-07-28 19:31:03 +00:00
Martin Wilke
eced182247 - Update to 1.1.0
PR:		227816
Sponsored by: iXsystems Inc.
2018-04-28 00:30:00 +00:00
Steve Wills
581896a338 databases/pspg: Update to 1.0.0
PR:		226657
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-03-16 16:24:10 +00:00
Danilo G. Baio
6979ddf75d databases/pspg: Update to 0.9.3
PR:		225823
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-02-12 12:12:01 +00:00
Sunpoet Po-Chuan Hsieh
7449d0251f Update to 0.9.2
- While I'm here, do not silence installation message

Changes:	https://github.com/okbob/pspg/releases
PR:		225132
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-01-15 17:17:06 +00:00
Alexey Dokuchaev
a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Jochen Neumeister
1d45732d71 databases/pspg: Update from 0.9.0 to 0.9.1
PR:		224711
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	mentors (implicit)
2017-12-29 22:20:06 +00:00
Danilo G. Baio
d50c096ddf databases/pspg: Update to 0.9.0
- Convert to options target helper

Changes:	https://github.com/okbob/pspg/releases/tag/0.9.0

PR:		224655
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-12-28 22:21:45 +00:00
Yuri Victorovich
ecd21f0d90 databases/pspg: Update to 0.8.0
PR:		224365
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13507
2017-12-16 09:01:01 +00:00
Danilo G. Baio
85b2564714 databases/pspg: Update to 0.7.5
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.5

PR:		224020
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-12-02 02:25:11 +00:00
Danilo G. Baio
96c86de5bd databases/pspg: Update to 0.7.4
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.4

PR:		223923
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-27 22:46:12 +00:00
Danilo G. Baio
638237f973 databases/pspg: Update to 0.7.3
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.3

PR:		223883
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-26 17:51:58 +00:00