diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-06 06:05:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-06 06:05:23 +0800 |
commit | 4e0baaba99c6911ae30c89181ee0905fc5789109 (patch) | |
tree | 27084341d5a795ebcf03e92850c6f132a2a6e8af /audio | |
parent | a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af (diff) | |
download | freebsd-ports-gnome-4e0baaba99c6911ae30c89181ee0905fc5789109.tar.gz freebsd-ports-gnome-4e0baaba99c6911ae30c89181ee0905fc5789109.tar.zst freebsd-ports-gnome-4e0baaba99c6911ae30c89181ee0905fc5789109.zip |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 1b0d62af4d08..01cb08d61f44 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 |