- Update to 0.18

This commit is contained in:
Cheng-Lung Sung 2007-10-16 06:44:51 +00:00
parent 2816ab4dc6
commit f5c8b6fe14
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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