diff options
author | adam <adam@pkgsrc.org> | 2013-08-31 22:27:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-08-31 22:27:02 +0000 |
commit | 2524af3a3c82e9c34501ab0af1a6b637790b2b42 (patch) | |
tree | 382316a6d50d9e327dd941940027780dc760f9e6 /emulators | |
parent | 9f6ba04f2d39c507749ff6234df4913349b2d4e4 (diff) | |
download | pkgsrc-2524af3a3c82e9c34501ab0af1a6b637790b2b42.tar.gz |
Changes 1.1.1:
* Fix typo in header search path for local libraries
* Fix syntax error in fmfconv manual page
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-utils/Makefile | 6 | ||||
-rw-r--r-- | emulators/fuse-utils/PLIST | 4 | ||||
-rw-r--r-- | emulators/fuse-utils/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 5ab48c8700b..25cfa71ddaf 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2012/10/03 12:55:12 asau Exp $ +# $NetBSD: Makefile,v 1.26 2013/08/31 22:27:02 adam Exp $ -DISTNAME= fuse-utils-1.0.0 -PKGREVISION= 5 +DISTNAME= fuse-utils-1.1.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} @@ -13,7 +12,6 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes - CONFIGURE_ENV+= ac_cv_path_AUDIOFILE_CONFIG="pkg-config audiofile" LIBS+= -lgcrypt diff --git a/emulators/fuse-utils/PLIST b/emulators/fuse-utils/PLIST index 93ba538e736..ba5ec5759ea 100644 --- a/emulators/fuse-utils/PLIST +++ b/emulators/fuse-utils/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.7 2009/01/15 11:50:06 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/08/31 22:27:02 adam Exp $ bin/audio2tape bin/createhdf +bin/fmfconv bin/listbasic bin/profile2map bin/raw2hdf @@ -15,6 +16,7 @@ bin/tapeconv bin/tzxlist man/man1/audio2tape.1 man/man1/createhdf.1 +man/man1/fmfconv.1 man/man1/fuse-utils.1 man/man1/listbasic.1 man/man1/profile2map.1 diff --git a/emulators/fuse-utils/distinfo b/emulators/fuse-utils/distinfo index 64491c4ffe7..7873de2511c 100644 --- a/emulators/fuse-utils/distinfo +++ b/emulators/fuse-utils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2011/12/19 15:03:18 wiz Exp $ +$NetBSD: distinfo,v 1.11 2013/08/31 22:27:02 adam Exp $ -SHA1 (fuse-utils-1.0.0.tar.gz) = f865c099aae7f0a751f43714700968a31cea3fbc -RMD160 (fuse-utils-1.0.0.tar.gz) = 399441c92d0c08d971128a4355b5f50424a12c4e -Size (fuse-utils-1.0.0.tar.gz) = 415310 bytes +SHA1 (fuse-utils-1.1.1.tar.gz) = 373132e76f2788c344dd0e1f9a9b898e823fdff1 +RMD160 (fuse-utils-1.1.1.tar.gz) = 4fb73c52efe95256c9266c36a7cee06550a49f26 +Size (fuse-utils-1.1.1.tar.gz) = 505766 bytes SHA1 (patch-configure) = bfcc95f0a558f0d10037c9ac125021171f641b67 |