diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2018-01-12 16:26:29 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2018-01-12 16:26:29 +0000 |
commit | 22e94ad6fc2852e22d711429ff72472ca2594b2e (patch) | |
tree | c77f306e718be821640a05b75fb303acb8cadd1a /databases/postgresql-libpqxx3 | |
parent | security/trousers: fix distinfo (diff) |
Update postgresql-libpqxx to latest version 6
Keep version 4 as a separate port
Set license for the old version 3 port
PR: 225109
Submitted by: Yuri Victorovich
Notes
Notes:
svn path=/head/; revision=458857
Diffstat (limited to 'databases/postgresql-libpqxx3')
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 7f56b7fdf596..84cbc70831cb 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -3,7 +3,7 @@ PORTNAME= libpqxx PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/${PORTNAME}/ PKGNAMEPREFIX= postgresql- @@ -13,8 +13,11 @@ DIST_SUBDIR= postgresql MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv COMMENT= New C++ interface for PostgreSQL -CONFLICTS= postgresql-libpqxx-[2-4].* -PORTSCOUT= limit:^2\. +LICENSE= BSD3CLAUSE + +CONFLICTS= postgresql-libpqxx-2.* postgresql-libpqxx-[4-9].* \ + postgresql-libpqxx4-4.* +PORTSCOUT= limit:^3\. USES+= gmake libtool pathfix pgsql pkgconfig python:2.7,build shebangfix GNU_CONFIGURE= yes |