diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 03:58:51 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 03:58:51 +0000 |
commit | 3d4a775b2cc7a00ad5f265d1c93ce34aafa79aae (patch) | |
tree | dbd3ce597c727a41ceb5d7042315ef17c6b016b8 /devel/astyle/Makefile | |
parent | 1a0c874641d63ab225449a02f494adaf0a4442c5 (diff) | |
download | ports-3d4a775b2cc7a00ad5f265d1c93ce34aafa79aae.tar.gz ports-3d4a775b2cc7a00ad5f265d1c93ce34aafa79aae.zip |
devel/astyle: Update to 3.5
Diffstat (limited to 'devel/astyle/Makefile')
-rw-r--r-- | devel/astyle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index f1e6c2afb3bb..1c603adad9d7 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,7 +1,7 @@ PORTNAME= astyle -PORTVERSION= 3.4.16 +PORTVERSION= 3.5 CATEGORIES= devel textproc -MASTER_SITES= SF/astyle/astyle/astyle%20${PORTVERSION:R} +MASTER_SITES= SF/astyle/astyle/astyle%20${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Source code indenter and formatter for C, C++, C\#, and Java |