diff options
author | gahr <gahr@FreeBSD.org> | 2012-04-12 18:28:08 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-04-12 18:28:08 +0800 |
commit | f79727e9d9d1334e32f0db0469d9ddf527d93682 (patch) | |
tree | f38bac75418f0f862a7cd9b4faa38c19e2265aec /devel | |
parent | 6e97d816789ddc9315016dd5153f6197bf3d3594 (diff) | |
download | freebsd-ports-gnome-f79727e9d9d1334e32f0db0469d9ddf527d93682.tar.gz freebsd-ports-gnome-f79727e9d9d1334e32f0db0469d9ddf527d93682.tar.zst freebsd-ports-gnome-f79727e9d9d1334e32f0db0469d9ddf527d93682.zip |
- Update to 5.2.2
- use strcoll for sorting when possible
- common c++ object linking, maps, and ref counted pointers added back
- stringpager supports ordered add and sorting
- directory pager and list type added
- no -L or -I paths in default installs (multi-arch issue)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ucommon/Makefile | 2 | ||||
-rw-r--r-- | devel/ucommon/distinfo | 4 | ||||
-rw-r--r-- | devel/ucommon/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index e901d00bde4b..61edd3a112f6 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ucommon -PORTVERSION= 5.2.1 +PORTVERSION= 5.2.2 CATEGORIES= devel MASTER_SITES= GNU MASTER_SITE_SUBDIR= commoncpp diff --git a/devel/ucommon/distinfo b/devel/ucommon/distinfo index e105068f4513..b344f535847d 100644 --- a/devel/ucommon/distinfo +++ b/devel/ucommon/distinfo @@ -1,2 +1,2 @@ -SHA256 (ucommon-5.2.1.tar.gz) = b4630f4c9489420f10b9772508f05f9fb582de07470e98f1c21691e083f18823 -SIZE (ucommon-5.2.1.tar.gz) = 785843 +SHA256 (ucommon-5.2.2.tar.gz) = 9d5f3f4d1ef897482fe470b0dd65b0df516aaeb874eac3a33a455abca13f39e9 +SIZE (ucommon-5.2.2.tar.gz) = 792081 diff --git a/devel/ucommon/pkg-plist b/devel/ucommon/pkg-plist index f591721da7ec..7e70b15a27e9 100644 --- a/devel/ucommon/pkg-plist +++ b/devel/ucommon/pkg-plist @@ -17,6 +17,7 @@ include/commoncpp/export.h include/commoncpp/file.h include/commoncpp/mime.h include/commoncpp/numbers.h +include/commoncpp/object.h include/commoncpp/pointer.h include/commoncpp/process.h include/commoncpp/serial.h |