aboutsummaryrefslogtreecommitdiff
path: root/security/slush
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-24 02:21:57 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-24 02:21:57 +0000
commit1a06cefa35766c17602530f044831121f21671a8 (patch)
tree8094e9922bd1f3d98c04c09d9aded42dde7f4475 /security/slush
parentb285b7b5d8fb9ace3a3308e556cd89ac729840a7 (diff)
downloadports-1a06cefa35766c17602530f044831121f21671a8.tar.gz
ports-1a06cefa35766c17602530f044831121f21671a8.zip
Update to version 0.1.1.
PR: 11663 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18968
Diffstat (limited to 'security/slush')
-rw-r--r--security/slush/Makefile10
-rw-r--r--security/slush/distinfo2
-rw-r--r--security/slush/files/patch-aa28
3 files changed, 8 insertions, 32 deletions
diff --git a/security/slush/Makefile b/security/slush/Makefile
index 558a8089668d..855acd080473 100644
--- a/security/slush/Makefile
+++ b/security/slush/Makefile
@@ -3,14 +3,13 @@
# Date created: Sun May 3, 1999
# Whom: shipley@dis.org
#
-# $Id: Makefile,v 1.1.1.1 1999/05/09 17:50:05 steve Exp $
+# $Id: Makefile,v 1.2 1999/05/09 17:53:12 steve Exp $
#
-DISTNAME= slush-0_1_0
-PKGNAME= slush-0.1.0
+DISTNAME= slush-0.1.1
CATEGORIES= security net
-MASTER_SITES= ftp://www.dis.org/pub/Security/
-EXTRACT_SUFX= _tar.gz
+MASTER_SITES= http://violet.ibs.com.au/slush/files/ \
+ ftp://www.dis.org/pub/Security/
MAINTAINER= shipley@dis.org
@@ -27,7 +26,6 @@ GNU_CONFIGURE= yes
BROKEN= does not build
.endif
-WRKSRC= ${WRKDIR}/slush-0.1.0
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
.endif
diff --git a/security/slush/distinfo b/security/slush/distinfo
index c50ad5ba8cf8..2237b9b2cb1c 100644
--- a/security/slush/distinfo
+++ b/security/slush/distinfo
@@ -1 +1 @@
-MD5 (slush-0_1_0_tar.gz) = a2a83e760632e2a0c12a7fdb29603ec3
+MD5 (slush-0.1.1.tar.gz) = 0fb0d298e4dba05ec602d362fdf8f088
diff --git a/security/slush/files/patch-aa b/security/slush/files/patch-aa
index b7a70d5f7847..61c6f4332ea2 100644
--- a/security/slush/files/patch-aa
+++ b/security/slush/files/patch-aa
@@ -1,7 +1,7 @@
*** Makefile.in.orig Tue Apr 6 03:05:04 1999
---- Makefile.in Sun May 9 00:05:44 1999
+--- Makefile.in Sun May 16 21:37:14 1999
***************
-*** 9,27 ****
+*** 9,16 ****
CC=@CC@
INSTALL=@INSTALL@
@@ -10,18 +10,7 @@
all: slush slushd
- slushd: slushd.o common.o
-! $(CC) $(LDFLAGS) -s -o $@ slushd.o common.o $(LIBS)
-
- slushd.o: slushd.c common.o
- $(CC) -c $(CFLAGS) slushd.c
-
- slush: slush.o common.o
-! $(CC) $(LDFLAGS) -s -o $@ slush.o common.o $(LIBS)
-
- slush.o: slush.c common.o
- $(CC) -c $(CFLAGS) slush.c
---- 9,27 ----
+--- 9,16 ----
CC=@CC@
INSTALL=@INSTALL@
@@ -30,17 +19,6 @@
all: slush slushd
- slushd: slushd.o common.o
-! $(CC) -static $(LDFLAGS) -o $@ slushd.o common.o $(LIBS)
-
- slushd.o: slushd.c common.o
- $(CC) -c $(CFLAGS) slushd.c
-
- slush: slush.o common.o
-! $(CC) -static $(LDFLAGS) -o $@ slush.o common.o $(LIBS)
-
- slush.o: slush.c common.o
- $(CC) -c $(CFLAGS) slush.c
***************
*** 38,44 ****
install: $(SBINDIR)/slushd $(MANDIR)/slush.8