diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-02 05:29:31 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-02 05:29:31 +0800 |
commit | dd74a576109c1bff5ef08b50fb3e60e105887323 (patch) | |
tree | 2925871ffa881d96ed671ef01af33c2e0b441671 | |
parent | e73e2671ef66db8812b7a5846543744d3940bdab (diff) | |
download | freebsd-ports-gnome-dd74a576109c1bff5ef08b50fb3e60e105887323.tar.gz freebsd-ports-gnome-dd74a576109c1bff5ef08b50fb3e60e105887323.tar.zst freebsd-ports-gnome-dd74a576109c1bff5ef08b50fb3e60e105887323.zip |
update to 0.9.3
PR: 17734
Submitted by: maintainer
-rw-r--r-- | net/binkd/Makefile | 9 | ||||
-rw-r--r-- | net/binkd/distinfo | 2 | ||||
-rw-r--r-- | net/binkd/files/patch-aa | 12 |
3 files changed, 13 insertions, 10 deletions
diff --git a/net/binkd/Makefile b/net/binkd/Makefile index 7f81977dcb5b..029daace96c6 100644 --- a/net/binkd/Makefile +++ b/net/binkd/Makefile @@ -1,19 +1,22 @@ # New ports collection makefile for: binkd -# Version required: 0.9.2 +# Version required: 0.9.3 # Date created: 19 August 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= binkd-0.9.2 +DISTNAME= binkd093 +PKGNAME= binkd-0.9.3 CATEGORIES= net -MASTER_SITES= http://www.corbina.net/~maloff/binkd/ +MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ MAINTAINER= dsh@vlink.ru +WRKSRC= ${WRKDIR}/${PKGNAME} USE_ZIP= yes GNU_CONFIGURE= yes + MAN8= binkd.8 .if defined(WITH_AMIGA4D) diff --git a/net/binkd/distinfo b/net/binkd/distinfo index 9e7caba9bead..cfa139525560 100644 --- a/net/binkd/distinfo +++ b/net/binkd/distinfo @@ -1 +1 @@ -MD5 (binkd-0.9.2.zip) = 4292d491069b19d590e137d5dd258cbb +MD5 (binkd093.zip) = 1e00c5fd61055383a00db8e7d538a1dc diff --git a/net/binkd/files/patch-aa b/net/binkd/files/patch-aa index 073b8639bef2..553ae4ec70de 100644 --- a/net/binkd/files/patch-aa +++ b/net/binkd/files/patch-aa @@ -1,13 +1,13 @@ ---- mkfls/unix/Makefile.in.orig Wed Nov 5 02:57:41 1997 -+++ mkfls/unix/Makefile.in Wed Mar 8 21:03:18 2000 -@@ -5,8 +5,8 @@ +--- mkfls/unix/Makefile.in.orig Tue Sep 21 12:17:18 1999 ++++ mkfls/unix/Makefile.in Thu Mar 30 10:54:46 2000 +@@ -12,8 +12,8 @@ OBJS=${SRCS:.c=.o} AUTODEFS=@DEFS@ AUTOLIBS=@LIBS@ --DEFINES=$(AUTODEFS) -DHAVE_FORK -DUNIX -DOS="\"UNIX\"" +-DEFINES=$(AUTODEFS) -DHAVE_FORK -DHAVE_SNPRINTF -DUNIX -DOS="\"UNIX\"" -CFLAGS=$(DEFINES) -Wall -+DEFINES+=$(AUTODEFS) -DHAVE_FORK -DUNIX -DOS="\"UNIX\"" ++DEFINES+=$(AUTODEFS) -DHAVE_FORK -DHAVE_SNPRINTF -DUNIX -DOS="\"UNIX\"" +CFLAGS+=$(DEFINES) -Wall LIBS=$(AUTOLIBS) - all: binkd + all: compile banner |