FreeBSD Bugzilla – Attachment 172037 Details for
Bug 198980
[PATCH] comms/kermit: Fix build with No-SSLv3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for comms/kermit 9.0.304.dev20
patch-comms_kermit-9.0.304dev20 (text/plain), 3.52 KB, created by
Bernard Spil
on 2016-07-02 11:13:26 UTC
(
hide
)
Description:
svn diff for comms/kermit 9.0.304.dev20
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2016-07-02 11:13:26 UTC
Size:
3.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 417916) >+++ Makefile (working copy) >@@ -2,11 +2,13 @@ > # $FreeBSD$ > > PORTNAME= kermit >-PORTVERSION= 9.0.302 >+PORTVERSION= 9.0.304 >+DISTVERSIONPREFIX= cku >+DISTVERSION= 304 >+DISTVERSIONSUFFIX= dev20 > CATEGORIES= comms ftp net >-MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ >- ftp://ftp.icm.edu.pl/pub/kermit/archives/ >-DISTNAME= cku${PORTVERSION:E} >+MASTER_SITES= ftp://ftp.kermitproject.org/kermit/test/tar/ >+DISTNAME= ${DISTVERSIONPREFIX}${DISTVERSION}-${DISTVERSIONSUFFIX} > > MAINTAINER= danfe@FreeBSD.org > COMMENT= Portable scriptable network and serial communication program >@@ -13,7 +15,7 @@ > > LICENSE= BSD3CLAUSE > >-USE_OPENSSL= yes >+USES= ssl > NO_WRKSUBDIR= yes > MAKEFILE= makefile > ALL_TARGET= freebsd+ssl >@@ -36,9 +38,9 @@ > ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} > ${LN} -sf ckaaaa.txt ${STAGEDIR}${DOCSDIR}/READ.ME > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >- ${INSTALL_DATA} ${WRKSRC}/ckermit.ini \ >+ ${INSTALL_DATA} ${PATCHDIR}/ckermit.ini \ > ${STAGEDIR}${EXAMPLESDIR}/dot.kermrc >- ${INSTALL_DATA} ${WRKSRC}/ckermod.ini \ >+ ${INSTALL_DATA} ${PATCHDIR}/ckermod.ini \ > ${STAGEDIR}${EXAMPLESDIR}/dot.mykermrc > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 417916) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (cku302.tar.gz) = 0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711 >-SIZE (cku302.tar.gz) = 3122219 >+TIMESTAMP = 1467456688 >+SHA256 (cku304-dev20.tar.gz) = 2e7c893a265a06365d578b22798880b7d670709c87f3b2dee59a329b7b9bf65d >+SIZE (cku304-dev20.tar.gz) = 2462144 >Index: files/ckermit.ini >=================================================================== >--- files/ckermit.ini (revision 0) >+++ files/ckermit.ini (working copy) >@@ -0,0 +1,8 @@ >+COMMENT - Standard C-Kermit initialization file >+; >+echo >+echo The very long standard initialization file that was distributed >+echo with C-Kermit 6, 7, and 8 is no longer recommended as "standard", >+echo since its features were little used. It is still available in >+echo the C-Kermit distribution as ockermit.ini. >+echo > >Property changes on: files/ckermit.ini >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/ckermod.ini >=================================================================== >--- files/ckermod.ini (revision 0) >+++ files/ckermod.ini (working copy) >@@ -0,0 +1,8 @@ >+; File CKERMOD.INI, Sample C-Kermit 7.0 customization file. >+; >+echo >+echo The very long standard initialization file that was distributed >+echo with C-Kermit 6, 7, and 8 is no longer recommended as "standard", >+echo since its features were little used. It is still available in >+echo the C-Kermit distribution as ockermod.ini. >+echo > >Property changes on: files/ckermod.ini >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 417916) >+++ pkg-descr (working copy) >@@ -5,4 +5,4 @@ > of file transfer, dialogs, and communication tasks through its built-in > scripting language. > >-WWW: http://www.columbia.edu/kermit/ >+WWW: http://www.kermitproject.org/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
brnrd
:
maintainer-approval?
(
danfe
)
Actions:
View
|
Diff
Attachments on
bug 198980
:
154908
|
161871
| 172037