Attached is a patch to bring editors/texworks to 0.4.5, which was released April 2013[1].
I made some changes per port-lib-depends-check's notices. I sent this a while back but I regenerated the diff against -current and retested on i386 and amd64 after the time_t switch with no obvious issues. --avj [1] http://texworks.googlecode.com/svn/tags/release-0.4.5/NEWS Index: Makefile =================================================================== RCS file: /home/cvsync/ports/editors/texworks/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefile 7 Aug 2013 21:31:51 -0000 1.22 +++ Makefile 20 Aug 2013 18:47:47 -0000 @@ -4,17 +4,14 @@ COMMENT-main = easy to use LaTeX and Co COMMENT-python = Python scripting for TeXworks COMMENT-lua = Lua scripting for TeXworks -V = 0.4.4 -R = 1004 +V = 0.4.5 +R = 1281 DISTNAME = texworks-${V}-r${R} PKGNAME-main = texworks-${V} PKGNAME-lua = texworks-lua-${V} PKGNAME-python = texworks-python-${V} -REVISION-main = 0 -REVISION-lua = 0 - WRKDIST = ${WRKDIR}/texworks-${V} CATEGORIES = editors print @@ -37,11 +34,11 @@ WANTLIB += m poppler-qt4 pthread stdc++ WANTLIB-lua = ${MODLUA_WANTLIB} WANTLIB-lua += ICE QtCore QtGui QtXml SM X11 Xext Xi Xinerama Xrender -WANTLIB-lua += fontconfig freetype m stdc++ +WANTLIB-lua += fontconfig freetype m pthread stdc++ WANTLIB-python = ${MODPY_WANTLIB} WANTLIB-python += ICE QtCore QtGui QtXml SM X11 Xext Xi Xinerama Xrender -WANTLIB-python += fontconfig freetype m stdc++ +WANTLIB-python += fontconfig freetype m pthread stdc++ MULTI_PACKAGES = -main -lua -python @@ -49,7 +46,6 @@ MASTER_SITES = https://texworks.googlec LIB_DEPENDS-main = qt4->=4.8.2:${MODQT4_LIB_DEPENDS} \ textproc/hunspell \ - x11/dbus \ print/poppler,,-qt4 LIB_DEPENDS-lua = ${MODQT4_LIB_DEPENDS} \ ${MODLUA_LIB_DEPENDS} Index: distinfo =================================================================== RCS file: /home/cvsync/ports/editors/texworks/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 16 Jul 2012 10:13:59 -0000 1.5 +++ distinfo 20 Aug 2013 18:47:47 -0000 @@ -1,5 +1,2 @@ -MD5 (texworks-0.4.4-r1004.tar.gz) = 5ecM2Wcff41v95eOvLqptA== -RMD160 (texworks-0.4.4-r1004.tar.gz) = LEbLqJITpxy9snmWv32M6U7d7Zo= -SHA1 (texworks-0.4.4-r1004.tar.gz) = WupPSDpQPf2+6C0H9GhPY56sswA= -SHA256 (texworks-0.4.4-r1004.tar.gz) = WlGGfLiN0UlsiGZLSE2bi24mfmi+yWeooLRdPHe/9bQ= -SIZE (texworks-0.4.4-r1004.tar.gz) = 5305883 +SHA256 (texworks-0.4.5-r1281.tar.gz) = 3TDOQX/4JBCDtolDlUibxSlmCka8tFt9gtTGo/jm4t4= +SIZE (texworks-0.4.5-r1281.tar.gz) = 5335925
