head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2012.01.24.16.14.23;	author jgh;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Update to 1.3.1
- Move to plist to account for non-default configuration files

PR:	ports/164266
Submitted by: maintainer
Approved by:	rene (mentor)
@
text
@@@unexec if cmp -s %D/etc/softhsm.conf %D/etc/softhsm.conf.sample; then rm -f %D/etc/softhsm.conf; else echo If permanently deleting this package, %D/etc/softhsm.conf must be removed manually; fi
bin/softhsm
bin/softhsm-keyconv
lib/softhsm/libsofthsm.a
lib/softhsm/libsofthsm.la
lib/softhsm/libsofthsm.so
etc/softhsm.conf.sample
@@exec if [ ! -f %D/etc/softhsm.conf ]; then cp %D/etc/softhsm.conf.sample %D/etc/softhsm.conf; fi
@@dirrm lib/softhsm
@
