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 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/