diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:01:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:01:31 +0000 |
commit | 61b6b4348fe566a0f1afc6f060caa9b343dd8486 (patch) | |
tree | 1758a879b537ec1ddb6d97d97de80aae1e5f705e /sysutils/fusefs-curlftpfs | |
parent | Remove libjpeg.so.11 compatibility link that was added in r374303 to (diff) |
Remove libcurl.so.7 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=428136
Diffstat (limited to 'sysutils/fusefs-curlftpfs')
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 8e3058429f4c..884641284e55 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= curlftpfs PORTVERSION= 0.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMEPREFIX= fusefs- |