Update to 1.02, add WWW tag

Use USE_GETOPT_LONG
(looks like greid@ still not yet avaliable)

Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		52991
Approved by:	fjoe (mentor) (implicit)
This commit is contained in:
Sergey A. Osokin 2003-06-21 21:48:13 +00:00
parent ccc27848cd
commit dd5eca87c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83412
3 changed files with 6 additions and 7 deletions

View File

@ -6,18 +6,15 @@
#
PORTNAME= sectar
PORTVERSION= 1.01
PORTVERSION= 1.02
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= star
MAINTAINER= greid@ukug.uk.freebsd.org
COMMENT= A program to create encrypted tar archives
COMMENT= A program to create encrypted tar archives
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
USE_GETOPT_LONG= yes
USE_LIBTOOL= yes
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sectar-1.01.tar.gz) = 3e66317f95fa47608abfe96dbcba355a
MD5 (sectar-1.02.tar.gz) = 2882836c159ab2960064e591668ed658

View File

@ -4,5 +4,7 @@ and keysizes using the AES algorithm Rijndael. Once the standalone app
is stable, then it will be incorporated with tar. The encryption is
exported under exemption TSU 740.13.
WWW: http://sf.net/projects/star/
- George Reid
greid@ukug.uk.freebsd.org