diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:48:10 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:48:10 +0000 |
commit | b324ade02d984ecb2c343b4c786d74c25d16f914 (patch) | |
tree | edc2817dd2a7952c08391fe099c4861b876b80a0 /audio/py-tagpy | |
parent | 684bbccbefbbbe8e37701a91cf7cf76fc20acf52 (diff) | |
download | ports-b324ade02d984ecb2c343b4c786d74c25d16f914.tar.gz ports-b324ade02d984ecb2c343b4c786d74c25d16f914.zip |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
Notes
Notes:
svn path=/head/; revision=439934
Diffstat (limited to 'audio/py-tagpy')
-rw-r--r-- | audio/py-tagpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index aca76fc9515c..ff60861a5e4d 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |