diff options
author | jkh <jkh@FreeBSD.org> | 1998-12-19 22:19:45 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-12-19 22:19:45 +0800 |
commit | 6dd96fdd8556165188fa81b197b26692ab8a0a02 (patch) | |
tree | e6c305a72a0de9980c75f61a59de9af89807a351 /ftp/spegla | |
parent | b9e9922ae25e67637cb802241efde0ca68aa443e (diff) | |
download | freebsd-ports-gnome-6dd96fdd8556165188fa81b197b26692ab8a0a02.tar.gz freebsd-ports-gnome-6dd96fdd8556165188fa81b197b26692ab8a0a02.tar.zst freebsd-ports-gnome-6dd96fdd8556165188fa81b197b26692ab8a0a02.zip |
Update to version 1.03
Prompted by: Jens A Nilsson <jnilsson@ludd.luth.se>
Diffstat (limited to 'ftp/spegla')
-rw-r--r-- | ftp/spegla/Makefile | 12 | ||||
-rw-r--r-- | ftp/spegla/distinfo | 2 | ||||
-rw-r--r-- | ftp/spegla/files/patch-aa | 9 |
3 files changed, 13 insertions, 10 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index bffec0356007..f46834ac0bec 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -4,16 +4,18 @@ # Date created: Sun Apr 19 16:17:25 PDT 1998 # Whom: Jordan Hubbard <jkh@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/04/20 01:57:29 jkh Exp $ +# $Id: Makefile,v 1.2 1998/04/20 22:25:19 asami Exp $ # -DISTNAME= spegla-0.93p2 +DISTNAME= spegla-1.03 CATEGORIES= net -MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ +MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \ + ftp://subzero.campus.luth.se/pub/spegla/ -MAINTAINER= jkh@FreeBSD.org +MAINTAINER= jkh@FreeBSD.org -WRKSRC= ${WRKDIR}/spegla +MANCOMPRESSED= yes +MAN1= spegla.1 post-install: @${MKDIR} ${PREFIX}/share/examples/spegla diff --git a/ftp/spegla/distinfo b/ftp/spegla/distinfo index cf50629e9a3d..2e592c5268b0 100644 --- a/ftp/spegla/distinfo +++ b/ftp/spegla/distinfo @@ -1 +1 @@ -MD5 (spegla-0.93p2.tar.gz) = 04851f281e5754af8402940916e3f51d +MD5 (spegla-1.03.tar.gz) = 42f378d2f037fd244332a2360cbd4c8b diff --git a/ftp/spegla/files/patch-aa b/ftp/spegla/files/patch-aa index bf1322f2cf3d..01c0d6718574 100644 --- a/ftp/spegla/files/patch-aa +++ b/ftp/spegla/files/patch-aa @@ -1,8 +1,9 @@ ---- Makefile.orig Sun Apr 19 18:39:02 1998 -+++ Makefile Sun Apr 19 18:42:04 1998 -@@ -1,4 +1,6 @@ - # $Id: Makefile,v 1.6 1998/01/19 22:59:51 jens Exp $ +--- Makefile.orig Sat Dec 19 05:03:25 1998 ++++ Makefile Sat Dec 19 06:16:51 1998 +@@ -1,4 +1,7 @@ + # $Id: Makefile,v 1.12 1998/11/13 08:46:05 jens Exp $ +BINDIR= ${PREFIX}/bin ++MANDIR= ${PREFIX}/man/man + PROG= spegla SRCS= jftp.c parserow.c spegla.c readconfig.c |