diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-05 06:43:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-05 06:43:52 +0000 |
commit | cd021cd29596d8110bad2a1d320f4849ed240424 (patch) | |
tree | 10fc3625fcdbcf8fc6c10b246ba8008c4fc152a7 | |
parent | Add compiler:c++11-lang to USES to fix build on GCC-based systems: (diff) |
Bump after FORBIDDEN
Notes
Notes:
svn path=/head/; revision=527808
-rw-r--r-- | net/ntp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 1f0ad1206c44..3048b4ae0ff7 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.3.99 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ |