diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:17:43 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:17:43 +0000 |
commit | 094d906123a6e4a3ec09c49b60f1438ad248748c (patch) | |
tree | 80d533214ab0334391c3310d981fc22904f9eea6 /audio/jack-rack | |
parent | 824a8c2ae601c57eee8df6bd829b3eaf6dc50795 (diff) |
Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes
Notes:
svn path=/head/; revision=428142
Diffstat (limited to 'audio/jack-rack')
-rw-r--r-- | audio/jack-rack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack-rack/Makefile b/audio/jack-rack/Makefile index a5209b7e5876..3e9dd1b6b42b 100644 --- a/audio/jack-rack/Makefile +++ b/audio/jack-rack/Makefile @@ -3,7 +3,7 @@ PORTNAME= jack-rack PORTVERSION= 1.4.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF |