diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:44:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:44:08 +0000 |
commit | 4650a910d0bf7ff9894cf3142fcc8cace240caee (patch) | |
tree | 4e52dc02625fb5dbfc24d5b3b82b178f9f543b1f /databases/php5-pdo_cassandra | |
parent | Update to boost 1.55.0 (diff) |
Chase boost and icu bump
While here convert some LIB_DEPENDS
Notes
Notes:
svn path=/head/; revision=343214
Diffstat (limited to 'databases/php5-pdo_cassandra')
-rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index 8611dd376dc0..a60b6b2b5f25 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= https://github.com/${GITHUB_USER}/php-${PORTNAME}/tarball/${GITREVISION}/ PKGNAMEPREFIX= php5- |