diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-16 06:44:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-16 06:44:51 +0000 |
commit | f5c8b6fe148db88e5aa4f6babe058640abd88637 (patch) | |
tree | edf69d2b186c9acd8c8cab9fd5e83da425199fda /sysutils/fusefs-unionfs | |
parent | 2816ab4dc65babca3bd12c5b793782dd77a20206 (diff) | |
download | ports-f5c8b6fe148db88e5aa4f6babe058640abd88637.tar.gz ports-f5c8b6fe148db88e5aa4f6babe058640abd88637.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-unionfs')
-rw-r--r-- | sysutils/fusefs-unionfs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fusefs-unionfs/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile index dadbb199cd20..452e5eb68b93 100644 --- a/sysutils/fusefs-unionfs/Makefile +++ b/sysutils/fusefs-unionfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= unionfs -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= sysutils MASTER_SITES= http://podgorny.cz/unionfs-fuse/releases/ PKGNAMEPREFIX= fusefs- @@ -26,7 +26,7 @@ do-build: (cd ${WRKSRC} && \ ${CC} ${CFLAGS} -I${LOCALBASE}/include/fuse \ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -U_POSIX_SYNCHRONIZED_IO \ - -o unionfs *.c -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse) + -o unionfs *.c -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse -lm) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unionfs ${PREFIX}/bin diff --git a/sysutils/fusefs-unionfs/distinfo b/sysutils/fusefs-unionfs/distinfo index 5bcb915156e9..0dcd69a16b28 100644 --- a/sysutils/fusefs-unionfs/distinfo +++ b/sysutils/fusefs-unionfs/distinfo @@ -1,3 +1,3 @@ -MD5 (unionfs-fuse-0.17.tar.bz2) = fba9ebebcc5e8b7d3613f608f1ce1647 -SHA256 (unionfs-fuse-0.17.tar.bz2) = 2f04050f91afb3f9a56d390e5958875531c7e3b90d00c06efe08544968076386 -SIZE (unionfs-fuse-0.17.tar.bz2) = 6447 +MD5 (unionfs-fuse-0.18.tar.bz2) = 078ecaad16a87c3448ee2f10ed99143f +SHA256 (unionfs-fuse-0.18.tar.bz2) = ee445ed577965e14e4c18221611e8e5ca9dfd4e9c9ec3f4530fec87019343cd3 +SIZE (unionfs-fuse-0.18.tar.bz2) = 18423 |