- Update to 0.5.1

PR:		ports/123971
Submitted by:	Alexander Logvinov <ports@logvinov.com>
Approved by:	maintainer timeout (se; 2 months)
This commit is contained in:
Pav Lucistnik 2008-07-29 23:48:01 +00:00
parent b5f0e4a6ec
commit 0e4619f40b
4 changed files with 9 additions and 19 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= unshield
PORTVERSION= 0.5
PORTVERSION= 0.5.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITES= SF
MASTER_SITE_SUBDIR=synce
MAINTAINER= se@FreeBSD.org
@ -16,8 +16,9 @@ COMMENT= Extract data from InstallShield CAB files
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GNOME= gnomehack gnometarget
USE_LDCONFIG= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (unshield-0.5.tar.gz) = ff6bb0fbe962bc00e230592c910b90ce
SHA256 (unshield-0.5.tar.gz) = 773c66ce4119ae9eae2d5ca452eec405d99bd1d38826896910d538783191edaa
SIZE (unshield-0.5.tar.gz) = 325744
MD5 (unshield-0.5.1.tar.gz) = cc06e5573a4d5095871bf1bb14f3da1f
SHA256 (unshield-0.5.1.tar.gz) = a34ba67073e2e41e7583bb793f33e3f9b034a1e4720ce87f11a992c2299d867d
SIZE (unshield-0.5.1.tar.gz) = 362466

View File

@ -1,11 +0,0 @@
--- src/unshield.c~ Fri Jul 8 18:08:37 2005
+++ src/unshield.c Fri Jul 29 19:40:03 2005
@@ -1,6 +1,8 @@
/* $Id: unshield.c,v 1.20 2005/07/08 14:08:37 twogood Exp $ */
#define _BSD_SOURCE 1
+#if !defined(__FreeBSD__)
#define _POSIX_C_SOURCE 2
+#endif
#include "../lib/libunshield.h"
#include <ctype.h>
#include <locale.h>

View File

@ -4,4 +4,4 @@ lib/libunshield.a
lib/libunshield.la
lib/libunshield.so
lib/libunshield.so.0
share/aclocal/unshield.m4
libdata/pkgconfig/libunshield.pc