diff options
author | vd <vd@FreeBSD.org> | 2018-08-09 21:44:30 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2018-08-09 21:44:30 +0800 |
commit | 8f6b545d0e05582920f17a5a72380641fb73679e (patch) | |
tree | 05d8bd1ab1bdd83e711165ec0d173a188c8ef471 /misc | |
parent | 3c02c93f18293afc55aa88a419475edc570d9b7d (diff) | |
download | freebsd-ports-gnome-8f6b545d0e05582920f17a5a72380641fb73679e.tar.gz freebsd-ports-gnome-8f6b545d0e05582920f17a5a72380641fb73679e.tar.zst freebsd-ports-gnome-8f6b545d0e05582920f17a5a72380641fb73679e.zip |
misc/ossp-uuid: Bump PORTREVISION after r476743
MFH: 2018Q3
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ossp-uuid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index 6887bebf00af..f12705e1950d 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -3,7 +3,7 @@ PORTNAME= uuid PORTVERSION= 1.6.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc devel MASTER_SITES= OSSP/lib/${PORTNAME} PKGNAMEPREFIX= ossp- |