diff options
author | gahr <gahr@FreeBSD.org> | 2011-08-02 16:11:59 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-08-02 16:11:59 +0800 |
commit | fe11d2496bf966f437083405ff37f1dc8755942d (patch) | |
tree | 7803f66b86e27485b85f6fca56820127d5c3c07e /devel | |
parent | 7d942c4d23dc284ba0835e876d87d7b021ec9712 (diff) | |
download | freebsd-ports-gnome-fe11d2496bf966f437083405ff37f1dc8755942d.tar.gz freebsd-ports-gnome-fe11d2496bf966f437083405ff37f1dc8755942d.tar.zst freebsd-ports-gnome-fe11d2496bf966f437083405ff37f1dc8755942d.zip |
- update to 5.0.5
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ucommon/Makefile | 4 | ||||
-rw-r--r-- | devel/ucommon/distinfo | 4 | ||||
-rw-r--r-- | devel/ucommon/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index 8044b3cb3f7b..45349dd7ccf9 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ucommon -PORTVERSION= 5.0.3 +PORTVERSION= 5.0.5 CATEGORIES= devel MASTER_SITES= GNU MASTER_SITE_SUBDIR= commoncpp @@ -19,7 +19,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}" -MAN1= args.1 car.1 commoncpp-config.1 mdsum.1 scrub.1 sockaddr.1 \ +MAN1= args.1 car.1 commoncpp-config.1 mdsum.1 scrub-files.1 sockaddr.1 \ ucommon-config.1 zerofill.1 post-patch: diff --git a/devel/ucommon/distinfo b/devel/ucommon/distinfo index 288d23a532d4..0b71357a58d5 100644 --- a/devel/ucommon/distinfo +++ b/devel/ucommon/distinfo @@ -1,2 +1,2 @@ -SHA256 (ucommon-5.0.3.tar.gz) = 8f0081ac8d7993befafe54bc21673880a32158ccf2776ed2c16d49064b605544 -SIZE (ucommon-5.0.3.tar.gz) = 745615 +SHA256 (ucommon-5.0.5.tar.gz) = a308705ae1005681281cfa4606f8abdfefe46c0b37385bb3d054b30f2736f866 +SIZE (ucommon-5.0.5.tar.gz) = 745625 diff --git a/devel/ucommon/pkg-plist b/devel/ucommon/pkg-plist index e254dee40843..5c235180e256 100644 --- a/devel/ucommon/pkg-plist +++ b/devel/ucommon/pkg-plist @@ -2,7 +2,7 @@ bin/args bin/car bin/commoncpp-config bin/mdsum -bin/scrub +bin/scrub-files bin/sockaddr bin/ucommon-config bin/zerofill |