aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-dbd-pg/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - fix regression with postgres11Dirk Meyer2020-01-031-1/+1
| | | | | | | undefined method `[]' for DBI::Type::Varchar:Class (NoMethodError) Notes: svn path=/head/; revision=521934
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - fix API for pg-1.0.0Dirk Meyer2018-04-151-1/+1
| | | | Notes: svn path=/head/; revision=467367
* - fix API for pg-1.0.0Dirk Meyer2018-03-171-0/+1
| | | | Notes: svn path=/head/; revision=464757
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-11-151-1/+1
| | | | Notes: svn path=/head/; revision=401669
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Add LICENSESunpoet Po-Chuan Hsieh2015-04-051-1/+3
| | | | | | | - Update RUN_DEPENDS Notes: svn path=/head/; revision=383342
* Also, use the correct way to depend on a package. And fix a double colon.Mathieu Arnold2014-09-211-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=368740
* Fix index, build, and all.Mathieu Arnold2014-09-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=368739
* - add RUN_DEPENDSDirk Meyer2014-09-211-0/+3
| | | | Notes: svn path=/head/; revision=368735
* This is the PostgreSQL driver for DBI-for-Ruby.Dirk Meyer2014-09-211-0/+15
WWW: http://ruby-dbi.sourceforge.net Notes: svn path=/head/; revision=368723