diff options
author | steve <steve@FreeBSD.org> | 1999-05-24 10:21:57 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-24 10:21:57 +0800 |
commit | ba3d417365a1dc9725d9da45ccf2b2c1866a110e (patch) | |
tree | d95bb2a06b6319df06ad6252162d0c5c884a2f31 /security | |
parent | dc6630f9e4567aaf247f45697a6f2e0515175f6a (diff) | |
download | freebsd-ports-gnome-ba3d417365a1dc9725d9da45ccf2b2c1866a110e.tar.gz freebsd-ports-gnome-ba3d417365a1dc9725d9da45ccf2b2c1866a110e.tar.zst freebsd-ports-gnome-ba3d417365a1dc9725d9da45ccf2b2c1866a110e.zip |
Update to version 0.1.1.
PR: 11663
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/slush/Makefile | 10 | ||||
-rw-r--r-- | security/slush/distinfo | 2 | ||||
-rw-r--r-- | security/slush/files/patch-aa | 28 |
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 |