summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-06-21 21:48:13 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-06-21 21:48:13 +0000
commitdd5eca87c13b7d3b926dd2a6a0c65a05fdacdffa (patch)
tree487911fbd0f61a6974287b026c0a977884a1880d /archivers
parentUpdate to 1.13 (diff)
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)
Notes
Notes: svn path=/head/; revision=83412
Diffstat (limited to 'archivers')
-rw-r--r--archivers/sectar/Makefile9
-rw-r--r--archivers/sectar/distinfo2
-rw-r--r--archivers/sectar/pkg-descr2
3 files changed, 6 insertions, 7 deletions
diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile
index aff14f428dc9..daa55d5565df 100644
--- a/archivers/sectar/Makefile
+++ b/archivers/sectar/Makefile
@@ -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>
diff --git a/archivers/sectar/distinfo b/archivers/sectar/distinfo
index 2f0bf30b5f01..20ba59d3ab63 100644
--- a/archivers/sectar/distinfo
+++ b/archivers/sectar/distinfo
@@ -1 +1 @@
-MD5 (sectar-1.01.tar.gz) = 3e66317f95fa47608abfe96dbcba355a
+MD5 (sectar-1.02.tar.gz) = 2882836c159ab2960064e591668ed658
diff --git a/archivers/sectar/pkg-descr b/archivers/sectar/pkg-descr
index 483381dcea7d..d9181b75390c 100644
--- a/archivers/sectar/pkg-descr
+++ b/archivers/sectar/pkg-descr
@@ -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