diff options
author | barner <barner@FreeBSD.org> | 2005-10-31 20:43:46 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-10-31 20:43:46 +0800 |
commit | 67908b4aabd002495463ca7621659e42eaf5a5b3 (patch) | |
tree | 47a940859e3a57d618fb44f6d9751e09c643b388 /sysutils/fusefs-libs | |
parent | 8ba4e64856cb547f031c48403bf78817e0a1a36d (diff) | |
download | freebsd-ports-gnome-67908b4aabd002495463ca7621659e42eaf5a5b3.tar.gz freebsd-ports-gnome-67908b4aabd002495463ca7621659e42eaf5a5b3.tar.zst freebsd-ports-gnome-67908b4aabd002495463ca7621659e42eaf5a5b3.zip |
- Update to 2.4.1 [1]
- User lower case for first letter of IGNORE message
- Add pointer to more information in pkg-message
Submitted by: Anish Mistry (maintainer) [1]
PR: ports/88264
Diffstat (limited to 'sysutils/fusefs-libs')
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fusefs-libs/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index ace12b176d4e..e4ecaabefef0 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -5,7 +5,7 @@ # PORTNAME= fusefs -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fuse @@ -27,7 +27,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 600000 -IGNORE= Depends on kernel module that requires FreeBSD 6 or later +IGNORE= depends on kernel module that requires FreeBSD 6 or later .endif post-patch: diff --git a/sysutils/fusefs-libs/distinfo b/sysutils/fusefs-libs/distinfo index f74d66ebfc6e..de00b988be38 100644 --- a/sysutils/fusefs-libs/distinfo +++ b/sysutils/fusefs-libs/distinfo @@ -1,2 +1,2 @@ -MD5 (fuse-2.4.0.tar.gz) = 52444398d4e771bf943d2eb602548db1 -SIZE (fuse-2.4.0.tar.gz) = 384358 +MD5 (fuse-2.4.1.tar.gz) = 553bd9c5a4f3cd27f3e2b93844711e4c +SIZE (fuse-2.4.1.tar.gz) = 384631 |