diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2020-08-24 14:56:43 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2020-08-24 14:56:43 +0000 |
commit | 9467e58d8b247e34dccdf9da5b63b029f988b84b (patch) | |
tree | 61ee38b5a55c5f0ded6d7518a650bdb6d956adc6 /archivers | |
parent | f34877a2023513dc64f95748713da48884510096 (diff) |
Actually bump PORTREVISION after fixing -fno-common build.
Notes
Notes:
svn path=/head/; revision=546090
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 20b82f606f00..f01bc9c64ef8 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -2,7 +2,7 @@ PORTNAME= cpio PORTVERSION= 2.13 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= GNU PKGNAMEPREFIX= g |