diff options
Diffstat (limited to 'devel/bstring/Makefile')
-rw-r--r-- | devel/bstring/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/bstring/Makefile b/devel/bstring/Makefile index 4e66c5dee1e9..903bbcc351a7 100644 --- a/devel/bstring/Makefile +++ b/devel/bstring/Makefile @@ -1,11 +1,8 @@ PORTNAME= bstring -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= devel MASTER_SITES= https://github.com/msteinert/${PORTNAME}/releases/download/v${DISTVERSION}/ -PATCH_SITES= https://github.com/msteinert/bstring/commit/ -PATCHFILES= 251cf825eaf66e04736921330c8e847ffe6d9ee0.patch:-p1 - MAINTAINER= diizzy@FreeBSD.org COMMENT= Improved string processing functionality for the C language WWW= https://mike.steinert.ca/bstring/ |