FreeBSD Bugzilla – Attachment 186673 Details for
Bug 222565
editors/joe: Update to 4.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
joe.diff
joe.diff (text/plain), 4.53 KB, created by
Tobias Kortkamp
on 2017-09-24 18:04:01 UTC
(
hide
)
Description:
joe.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2017-09-24 18:04:01 UTC
Size:
4.53 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 450492) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= joe >-PORTVERSION= 4.2 >-PORTREVISION= 1 >+PORTVERSION= 4.5 > PORTEPOCH= 1 > CATEGORIES?= editors > MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} >@@ -12,31 +11,27 @@ > COMMENT= Joe's Own Editor > > LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING > >- >-OPTIONS_DEFINE= ASPELL DOCS >- > CONFLICTS= joe-2.* > >-USES= gmake iconv ncurses >+USES= gmake iconv localbase ncurses > GNU_CONFIGURE= yes >-CPPFLAGS+= -I${LOCALBASE}/include >-LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} >+CONFIGURE_ENV= SPELL=aspell >+LIBS+= ${ICONV_LIB} > > ALL_TARGET= ${PORTNAME} > >-.include <bsd.port.options.mk> >+OPTIONS_DEFINE= ASPELL DOCS > >-.if ${PORT_OPTIONS:MASPELL} >-RUN_DEPENDS= aspell:textproc/aspell >-.endif >+ASPELL_RUN_DEPENDS= aspell:textproc/aspell > > post-patch: > ${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in > > post-install: >- for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \ >- ${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.sample ; \ >- done >+.for rc in ftyperc jmacsrc joerc jpicorc jstarrc rjoerc >+ ${MV} ${STAGEDIR}${ETCDIR}/${rc} ${STAGEDIR}${ETCDIR}/${rc}.sample >+.endfor > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 450492) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (joe-4.2.tar.gz) = bc5da64bc5683ab7b2962a33214b3537ea17ff6528a3c60ba170359e31e86974 >-SIZE (joe-4.2.tar.gz) = 1341048 >+TIMESTAMP = 1506265626 >+SHA256 (joe-4.5.tar.gz) = 51104aa34d8650be3fa49f2204672a517688c9e6ec47e68f1ea85de88e36cadf >+SIZE (joe-4.5.tar.gz) = 1275486 >Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 450492) >+++ files/patch-configure (nonexistent) >@@ -1,11 +0,0 @@ >---- configure.orig 2016-03-06 19:35:47.000000000 +0000 >-+++ configure 2016-06-05 13:46:54.833041496 +0000 >-@@ -8145,7 +8145,7 @@ >- done >- IFS=$as_save_IFS >- >-- test -z "$ac_cv_prog_SPELL" && ac_cv_prog_SPELL="ispell" >-+ test -z "$ac_cv_prog_SPELL" && ac_cv_prog_SPELL="aspell" >- fi >- fi >- SPELL=$ac_cv_prog_SPELL > >Property changes on: files/patch-configure >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 450492) >+++ pkg-plist (working copy) >@@ -3,26 +3,37 @@ > bin/jpico > bin/jstar > bin/rjoe >-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >-%%PORTDOCS%%%%DOCSDIR%%/hacking.md >-%%PORTDOCS%%%%DOCSDIR%%/NEWS.md >-%%PORTDOCS%%%%DOCSDIR%%/README.md >-%%ETCDIR%%/ftyperc >+@sample %%ETCDIR%%/ftyperc.sample > %%ETCDIR%%/jicerc.ru > @sample %%ETCDIR%%/jmacsrc.sample > @sample %%ETCDIR%%/joerc.sample >+%%ETCDIR%%/joerc.zh_TW > @sample %%ETCDIR%%/jpicorc.sample > @sample %%ETCDIR%%/jstarrc.sample > @sample %%ETCDIR%%/rjoerc.sample > %%ETCDIR%%/shell.csh > %%ETCDIR%%/shell.sh >-%%ETCDIR%%/joerc.zh_TW >+man/man1/joe.1.gz >+man/ru/man1/joe.1.gz >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/NEWS.md >+%%PORTDOCS%%%%DOCSDIR%%/README.md >+%%PORTDOCS%%%%DOCSDIR%%/hacking.md > %%DATADIR%%/charmaps/klingon >+%%DATADIR%%/colors/default.jcf >+%%DATADIR%%/colors/gruvbox.jcf >+%%DATADIR%%/colors/ir_black.jcf >+%%DATADIR%%/colors/molokai.jcf >+%%DATADIR%%/colors/solarized.jcf >+%%DATADIR%%/colors/wombat.jcf >+%%DATADIR%%/colors/xoria.jcf >+%%DATADIR%%/colors/zenburn-hc.jcf >+%%DATADIR%%/colors/zenburn.jcf > %%DATADIR%%/lang/de.po > %%DATADIR%%/lang/fr.po > %%DATADIR%%/lang/ru.po > %%DATADIR%%/lang/uk.po >-%%DATADIR%%/lang/zh.po >+%%DATADIR%%/lang/zh_TW.po > %%DATADIR%%/syntax/4gl.jsf > %%DATADIR%%/syntax/ada.jsf > %%DATADIR%%/syntax/ant.jsf >@@ -36,6 +47,7 @@ > %%DATADIR%%/syntax/coffee.jsf > %%DATADIR%%/syntax/comment_todo.jsf > %%DATADIR%%/syntax/conf.jsf >+%%DATADIR%%/syntax/context.jsf > %%DATADIR%%/syntax/csh.jsf > %%DATADIR%%/syntax/csharp.jsf > %%DATADIR%%/syntax/css.jsf >@@ -58,6 +70,7 @@ > %%DATADIR%%/syntax/ini.jsf > %%DATADIR%%/syntax/iptables.jsf > %%DATADIR%%/syntax/java.jsf >+%%DATADIR%%/syntax/jcf.jsf > %%DATADIR%%/syntax/joerc.jsf > %%DATADIR%%/syntax/js.jsf > %%DATADIR%%/syntax/jsf.jsf >@@ -102,5 +115,3 @@ > %%DATADIR%%/syntax/whitespace.jsf > %%DATADIR%%/syntax/xml.jsf > %%DATADIR%%/syntax/yaml.jsf >-man/man1/joe.1.gz >-man/ru/man1/joe.1.gz
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:
tobik
:
maintainer-approval?
(
juergen.gotteswinter
)
Actions:
View
|
Diff
Attachments on
bug 222565
: 186673