diff options
Diffstat (limited to 'filesystems/davfs2/Makefile')
| -rw-r--r-- | filesystems/davfs2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/filesystems/davfs2/Makefile b/filesystems/davfs2/Makefile index 69a06c47c450..dd0f7c7f0df0 100644 --- a/filesystems/davfs2/Makefile +++ b/filesystems/davfs2/Makefile @@ -1,5 +1,6 @@ PORTNAME= davfs2 -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= filesystems www MASTER_SITES= SAVANNAH \ https://github.com/alisarctl/davfs2/releases/download/rel-${PORTVERSION:S/./-/g}/ @@ -8,7 +9,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ali.abdallah@suse.com COMMENT= FUSE filesystem to access WebDAV servers WWW= http://savannah.nongnu.org/projects/davfs2 \ - https://github.com/alisarctl + https://github.com/alisarctl/davfs2 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/AUTHORS @@ -29,7 +30,7 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_OFF= --disable-nls post-patch: - @${REINPLACE_CMD} -e 's, 33, ${:!seq 33 39!},' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's, 36, ${:!seq 36 39!},' ${WRKSRC}/configure post-stage: ${CHMOD} -s ${STAGEDIR}${PREFIX}/sbin/mount.davfs |
