diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2006-08-09 10:36:43 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2006-08-09 10:36:43 +0000 |
commit | 3859cb134465214a55cbf6922995e6c85034dbf4 (patch) | |
tree | 7c74ca6d258a0276ab6b0564611474f1b2a0a796 /databases/postgresql-libpqxx | |
parent | bae3cf307a12e589009c7253ccf48a21c08005a3 (diff) | |
download | ports-3859cb134465214a55cbf6922995e6c85034dbf4.tar.gz ports-3859cb134465214a55cbf6922995e6c85034dbf4.zip |
Notes
Diffstat (limited to 'databases/postgresql-libpqxx')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/files/patch-tools-splitconfig | 11 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/pkg-plist | 2 |
4 files changed, 16 insertions, 5 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 03385aad4c28..0ac942700c8a 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libpqxx -PORTVERSION= 2.6.6 +PORTVERSION= 2.6.7 CATEGORIES= databases MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/ MASTER_SITE_SUBDIR= software/libpqxx diff --git a/databases/postgresql-libpqxx/distinfo b/databases/postgresql-libpqxx/distinfo index a0f5bf9e46bc..b1a6496643ca 100644 --- a/databases/postgresql-libpqxx/distinfo +++ b/databases/postgresql-libpqxx/distinfo @@ -1,3 +1,3 @@ -MD5 (postgresql/libpqxx-2.6.6.tar.gz) = 65f6fd330b9f673eaac4408eb6ea58fa -SHA256 (postgresql/libpqxx-2.6.6.tar.gz) = ee909daa0762229a1aec80a874d886f911b8bbda11ccaecd4a10a424ba0b234e -SIZE (postgresql/libpqxx-2.6.6.tar.gz) = 1670359 +MD5 (postgresql/libpqxx-2.6.7.tar.gz) = f66b41065a5e3103a348d378320999e4 +SHA256 (postgresql/libpqxx-2.6.7.tar.gz) = 59d01aab3b442954a044fd21bb43482f03cf750fa54e03f03a6fc2543a6cca7a +SIZE (postgresql/libpqxx-2.6.7.tar.gz) = 1595069 diff --git a/databases/postgresql-libpqxx/files/patch-tools-splitconfig b/databases/postgresql-libpqxx/files/patch-tools-splitconfig new file mode 100644 index 000000000000..383fb09cfa14 --- /dev/null +++ b/databases/postgresql-libpqxx/files/patch-tools-splitconfig @@ -0,0 +1,11 @@ +--- tools/splitconfig.orig Wed Aug 9 12:00:50 2006 ++++ tools/splitconfig Wed Aug 9 12:00:59 2006 +@@ -58,7 +58,7 @@ + } + + +-SAMPLETXT="`mktemp`" ++SAMPLETXT="`mktemp foo`" + + # Perform a "grep -F -w -h", or simulate one, searching for any of the patterns + # listed in "$2" (one per line) in file "$3". A code for the grep command line diff --git a/databases/postgresql-libpqxx/pkg-plist b/databases/postgresql-libpqxx/pkg-plist index b8bd9afa0b51..d247e39fb75e 100644 --- a/databases/postgresql-libpqxx/pkg-plist +++ b/databases/postgresql-libpqxx/pkg-plist @@ -75,7 +75,7 @@ include/pqxx/trigger.hxx include/pqxx/util include/pqxx/util.h include/pqxx/util.hxx -lib/libpqxx-2.6.6.so +lib/libpqxx-%%PORTVERSION%%.so lib/libpqxx.a lib/libpqxx.la lib/libpqxx.so |