diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-08-02 08:11:59 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-08-02 08:11:59 +0000 |
commit | abe624978868158f7ef67470afe977d70a444ff5 (patch) | |
tree | 66f6b3a7694a7fac25e9e149881bc20a4ec2cd97 | |
parent | ceb0439ba5e3a94b32952430cfda41735feb5920 (diff) |
Notes
-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 |