Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2004 17:17:10 -0700 (PDT)
From:      Dmitri Nikulin <setagllib@optusnet.com.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/66678: Update port: net/amsn New version has been out for weeks
Message-ID:  <200405160017.i4G0HA4V051162@www.freebsd.org>
Resent-Message-ID: <200405160020.i4G0KKp2021702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66678
>Category:       ports
>Synopsis:       Update port: net/amsn New version has been out for weeks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 15 17:20:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dmitri Nikulin
>Release:        
>Organization:
>Environment:
>Description:
Patch for net/amsn adds tcltls as a dependency (which it technically is at runtime) and updates to version 0.91.
>How-To-Repeat:

>Fix:
diff -ruN amsn.orig/Makefile amsn/Makefile
--- amsn.orig/Makefile  Sun May 16 09:51:50 2004
+++ amsn/Makefile       Sun May 16 10:02:40 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      amsn
-PORTVERSION=   0.90
+PORTVERSION=   0.91
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
@@ -18,6 +18,7 @@
 LIB_DEPENDS=   Imlib.5:${PORTSDIR}/graphics/imlib
 BUILD_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
                convert:${PORTSDIR}/graphics/ImageMagick \
+               ${LOCALBASE}/lib/tls/tls.tcl:${PORTSDIR}/devel/tcltls \
                ${LOCALBASE}/lib/tcllib1.6/base64/base64.tcl:${PORTSDIR}/devel/tcllib
 RUN_DEPENDS=   ${BUILD_DEPENDS}
 
diff -ruN amsn.orig/distinfo amsn/distinfo
--- amsn.orig/distinfo  Sun May 16 09:51:50 2004
+++ amsn/distinfo       Sun May 16 09:53:41 2004
@@ -1 +1,2 @@
-MD5 (amsn-0_90.tar.gz) = 6840539ac90ea734ca83a40fafd0bfbc
+MD5 (amsn-0_91.tar.gz) = 1d3de617774f0d3a27ac38a7c4cdf8b9
+SIZE (amsn-0_91.tar.gz) = 1949411
diff -ruN amsn.orig/scripts/post-configure amsn/scripts/post-configure
--- amsn.orig/scripts/post-configure    Sun May 16 09:51:50 2004
+++ amsn/scripts/post-configure Sun May 16 10:12:51 2004
@@ -8,7 +8,3 @@
        sed -e "s=/usr/bin/wish=$PREFIX/bin/wish8.4=" < $i.orig > $i
        rm $i.orig
 done
-
-mv dkffont.tcl dkffont.tcl.orig
-sed -e "s=wish8.0=wish8.4=" < dkffont.tcl.orig > dkffont.tcl
-rm dkffont.tcl.orig
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405160017.i4G0HA4V051162>