pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/unshield



Module Name:    pkgsrc
Committed By:   martin
Date:           Tue Aug 29 11:18:41 UTC 2017

Modified Files:
        pkgsrc/archivers/unshield: Makefile PLIST distinfo
Removed Files:
        pkgsrc/archivers/unshield/patches: patch-aa patch-ab patch-lib_file.c

Log Message:
Update to 1.4.2


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/unshield/Makefile \
    pkgsrc/archivers/unshield/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/unshield/PLIST
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/archivers/unshield/patches/patch-aa
cvs rdiff -u -r1.4 -r0 pkgsrc/archivers/unshield/patches/patch-ab
cvs rdiff -u -r1.1 -r0 pkgsrc/archivers/unshield/patches/patch-lib_file.c

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

Modified files:

Index: pkgsrc/archivers/unshield/Makefile
diff -u pkgsrc/archivers/unshield/Makefile:1.6 pkgsrc/archivers/unshield/Makefile:1.7
--- pkgsrc/archivers/unshield/Makefile:1.6      Wed Oct 23 18:22:44 2013
+++ pkgsrc/archivers/unshield/Makefile  Tue Aug 29 11:18:40 2017
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2013/10/23 18:22:44 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/08/29 11:18:40 martin Exp $
 
-DISTNAME=      unshield-0.6
-CATEGORIES=    archivers
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=synce/}
+DISTNAME=       unshield-1.4.2
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=twogood/}
+GITHUB_TAG=     ${PKGVERSION_NOREV}
+EXTRACT_SUFX=   .zip
 
-MAINTAINER=    martin%NetBSD.org@localhost
-HOMEPAGE=      http://sourceforge.net/projects/synce/
+CATEGORIES=    archivers
 COMMENT=       Extract InstallShield .CAB files
 LICENSE=       mit
 
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
-GNU_CONFIGURE=         yes
-
-PKGCONFIG_OVERRIDE+=   libunshield.pc.in
+USE_CMAKE=             yes
+USE_LANGUAGES+=                c++ c
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/unshield/distinfo
diff -u pkgsrc/archivers/unshield/distinfo:1.6 pkgsrc/archivers/unshield/distinfo:1.7
--- pkgsrc/archivers/unshield/distinfo:1.6      Tue Nov  3 00:56:26 2015
+++ pkgsrc/archivers/unshield/distinfo  Tue Aug 29 11:18:40 2017
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 00:56:26 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/08/29 11:18:40 martin Exp $
 
-SHA1 (unshield-0.6.tar.gz) = 3e1197116145405f786709608a5a636a19f4f3e1
-RMD160 (unshield-0.6.tar.gz) = 1370621e38736f14dab1ec540b9233906b5eaa31
-SHA512 (unshield-0.6.tar.gz) = 2b34d6ad8433c7a272ae93abc5e1f426102fb737fcd39116398bb59ed325e776d81776e8d54a94e1e279a4a4448dde88e54bee2c79b493c23c4286b11d23106d
-Size (unshield-0.6.tar.gz) = 320192 bytes
-SHA1 (patch-aa) = 0e100b18c85f72bd7b7bf2fd7ef0eed6d0d20ad9
-SHA1 (patch-ab) = df1f927737fa4ab6fd66548bca87585c27a682e7
-SHA1 (patch-lib_file.c) = bdb1ce61bea29683f8def036ac829b5c3252933f
+SHA1 (unshield-1.4.2.zip) = 5246a79c1d94825818d035f7c0a66ab0d6648725
+RMD160 (unshield-1.4.2.zip) = c88591248b0e86a55e2ac19dafd6ee1aacd76277
+SHA512 (unshield-1.4.2.zip) = 28b31a634a77c674c7eaf85a18f16fe6c8f8ac4eb87f1464f08f894fd590ae6351a207e8dcc09b7cf9a7323aab312fb98835944f8a4c4f6a7764557b386031aa
+Size (unshield-1.4.2.zip) = 58815 bytes

Index: pkgsrc/archivers/unshield/PLIST
diff -u pkgsrc/archivers/unshield/PLIST:1.2 pkgsrc/archivers/unshield/PLIST:1.3
--- pkgsrc/archivers/unshield/PLIST:1.2 Wed May 14 11:56:26 2008
+++ pkgsrc/archivers/unshield/PLIST     Tue Aug 29 11:18:40 2017
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2008/05/14 11:56:26 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/08/29 11:18:40 martin Exp $
 bin/unshield
 include/libunshield.h
-lib/libunshield.la
+lib/libunshield.so
+lib/libunshield.so.0
+lib/libunshield.so.0.0.0
 lib/pkgconfig/libunshield.pc
-man/man1/unshield.1
+share/man/man1/unshield.1



Home | Main Index | Thread Index | Old Index