pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/fuse-emulator-utils



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  4 09:40:12 UTC 2017

Modified Files:
        pkgsrc/emulators/fuse-emulator-utils: Makefile distinfo

Log Message:
Version 1.3.2:

* rzxdump
  * Allow extracting snapshot files

* scl2trd
  * Print error messages to stderr

* Various minor bug fixes/improvements:
  * Ignore .DS_Store files too
  * Check close()/fclose() return value on write operations
  * Move write_file() into utils.c and share between utilities
  * Also ignore *~ files
  * Switch to using autoreconf
  * Use silent builds by default


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/fuse-emulator-utils/Makefile \
    pkgsrc/emulators/fuse-emulator-utils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/fuse-emulator-utils/Makefile
diff -u pkgsrc/emulators/fuse-emulator-utils/Makefile:1.2 pkgsrc/emulators/fuse-emulator-utils/Makefile:1.3
--- pkgsrc/emulators/fuse-emulator-utils/Makefile:1.2   Fri May 26 19:37:21 2017
+++ pkgsrc/emulators/fuse-emulator-utils/Makefile       Tue Jul  4 09:40:12 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/05/26 19:37:21 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/04 09:40:12 adam Exp $
 
-DISTNAME=      fuse-utils-1.3.1
+DISTNAME=      fuse-utils-1.3.2
 PKGNAME=       ${DISTNAME:S/fuse/fuse-emulator/}
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
@@ -13,10 +13,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
-#LIBS+=                        -lgpg-error
 
 .include "../../emulators/libspectrum/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/fuse-emulator-utils/distinfo
diff -u pkgsrc/emulators/fuse-emulator-utils/distinfo:1.2 pkgsrc/emulators/fuse-emulator-utils/distinfo:1.3
--- pkgsrc/emulators/fuse-emulator-utils/distinfo:1.2   Fri May 26 19:37:21 2017
+++ pkgsrc/emulators/fuse-emulator-utils/distinfo       Tue Jul  4 09:40:12 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/05/26 19:37:21 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/07/04 09:40:12 adam Exp $
 
-SHA1 (fuse-utils-1.3.1.tar.gz) = 760b650b47d08a15da8e571fc7c07be1553e8018
-RMD160 (fuse-utils-1.3.1.tar.gz) = 67da7c5fba2683689f8753b82ccc5120dbedf26f
-SHA512 (fuse-utils-1.3.1.tar.gz) = c5564ad0d07c436670c687790e58c3f781d9838070991adfbde2b7d3a92e9e3a43a482a999e1b75b055fea8b2803aa0fe344e0c2610f92631ad92765864e6b84
-Size (fuse-utils-1.3.1.tar.gz) = 488461 bytes
+SHA1 (fuse-utils-1.3.2.tar.gz) = 89f4632b7e6d662d7a4dc84b38a8204162c5bbca
+RMD160 (fuse-utils-1.3.2.tar.gz) = 32e6c2057b772517c44e81bfe5e1b49996d152bb
+SHA512 (fuse-utils-1.3.2.tar.gz) = 26c0b675355d79f5e8a1f28127101d473dd2996ff40c6fd13a92b99d2a54fbecce52cad42b6fb3dfba4d397a0e9b44e58ae5df7d958b9ddabd8702fe147f96f7
+Size (fuse-utils-1.3.2.tar.gz) = 490454 bytes
 SHA1 (patch-configure) = bfcc95f0a558f0d10037c9ac125021171f641b67



Home | Main Index | Thread Index | Old Index