Date: Fri, 28 Jul 2000 13:26:30 +0400 (MSD) From: dsh@vlink.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20239: update net/binkd port to 0.9.4 version Message-ID: <20000728092630.1F0809BB54@neva.vlink.ru>
next in thread | raw e-mail | index | archive | help
>Number: 20239 >Category: ports >Synopsis: update net/binkd port to 0.9.4 version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 28 02:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: >Description: Update net/binkd port to 0.9.4 version. >How-To-Repeat: diff -Nru binkd.orig/Makefile binkd/Makefile --- binkd.orig/Makefile Mon May 1 02:12:49 2000 +++ binkd/Makefile Fri Jul 28 13:11:59 2000 @@ -6,14 +6,14 @@ # PORTNAME= binkd -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= net MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ -DISTNAME= binkd093 +DISTNAME= binkd094 MAINTAINER= dsh@vlink.ru -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_ZIP= yes GNU_CONFIGURE= yes @@ -22,7 +22,6 @@ .if defined(WITH_AMIGA4D) PATCH_SITES= ${MASTER_SITES} PATCHFILES= binkdaso.diff -PATCH_DIST_STRIP= -l DEFINES+= -DAMIGADOS_4D_OUTBOUND MAKE_ENV+= DEFINES="${DEFINES}" .endif diff -Nru binkd.orig/files/md5 binkd/files/md5 --- binkd.orig/files/md5 Mon May 1 02:12:49 2000 +++ binkd/files/md5 Fri Jul 28 13:12:45 2000 @@ -1,2 +1,2 @@ -MD5 (binkd093.zip) = 1e00c5fd61055383a00db8e7d538a1dc +MD5 (binkd094.zip) = 9330297ed00655da41a49784ab1a6d16 MD5 (binkdaso.diff) = 8fc68563fb7243a80aa00044846db847 diff -Nru binkd.orig/patches/patch-aa binkd/patches/patch-aa --- binkd.orig/patches/patch-aa Sun Apr 2 03:12:50 2000 +++ binkd/patches/patch-aa Fri Jul 28 13:02:35 2000 @@ -1,12 +1,12 @@ ---- mkfls/unix/Makefile.in.orig Tue Sep 21 12:17:18 1999 -+++ mkfls/unix/Makefile.in Thu Mar 30 10:54:46 2000 +--- mkfls/unix/Makefile.in.orig Sat Jul 15 21:28:02 2000 ++++ mkfls/unix/Makefile.in Fri Jul 28 13:01:57 2000 @@ -12,8 +12,8 @@ OBJS=${SRCS:.c=.o} AUTODEFS=@DEFS@ AUTOLIBS=@LIBS@ --DEFINES=$(AUTODEFS) -DHAVE_FORK -DHAVE_SNPRINTF -DUNIX -DOS="\"UNIX\"" +-DEFINES=$(AUTODEFS) -DHTTPS -DHAVE_FORK -DUNIX -DOS="\"UNIX\"" -CFLAGS=$(DEFINES) -Wall -+DEFINES+=$(AUTODEFS) -DHAVE_FORK -DHAVE_SNPRINTF -DUNIX -DOS="\"UNIX\"" ++DEFINES+=$(AUTODEFS) -DHTTPS -DHAVE_FORK -DUNIX -DOS="\"UNIX\"" +CFLAGS+=$(DEFINES) -Wall LIBS=$(AUTOLIBS) >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000728092630.1F0809BB54>