mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Patch for net/amsn adds tcltls as a dependency
(which it technically is at runtime) and updates to version 0.91. PR: ports/66678 Submitted by: Dmitri Nikulin <setagllib at optusnet_dot_com dot au> Approved by: maintainer
This commit is contained in:
parent
992f293c1f
commit
80e8e50641
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109233
@ -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 @@ COMMENT= MSN Messenger
|
||||
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}
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (amsn-0_90.tar.gz) = 6840539ac90ea734ca83a40fafd0bfbc
|
||||
MD5 (amsn-0_91.tar.gz) = 1d3de617774f0d3a27ac38a7c4cdf8b9
|
||||
SIZE (amsn-0_91.tar.gz) = 1949411
|
||||
|
@ -8,7 +8,3 @@ do
|
||||
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
|
||||
|
@ -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 @@ COMMENT= MSN Messenger
|
||||
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}
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (amsn-0_90.tar.gz) = 6840539ac90ea734ca83a40fafd0bfbc
|
||||
MD5 (amsn-0_91.tar.gz) = 1d3de617774f0d3a27ac38a7c4cdf8b9
|
||||
SIZE (amsn-0_91.tar.gz) = 1949411
|
||||
|
@ -8,7 +8,3 @@ do
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user