Bug 195346 - [maintainer-update] [patch] editors/texmakerx
Summary: [maintainer-update] [patch] editors/texmakerx
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-24 20:06 UTC by Abilio Marques
Modified: 2014-12-06 22:37 UTC (History)
2 users (show)

See Also:


Attachments
[patch] svn diff for port update (10.77 KB, patch)
2014-11-24 20:06 UTC, Abilio Marques
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Abilio Marques 2014-11-24 20:06:30 UTC
Created attachment 149787 [details]
[patch] svn diff for port update

editor/texstudio-2.8.6

port directory editor/texmakerx should be renamed to editor/texstudio, 

The renaming will reflect the present project name (actually it has been like that for a few years now, texmakerx is ancient history and was more of a temporary solution).

The next commands where used to remove old files and add new ones:

svn rm texstudio/files/patch-qtsingleapplication_qtlocalpeer.cpp
svn rm texstudio/files/patch-texmaker.qrc
svn add texstudio/files/patch-debughelper.cpp
svn add texstudio/files/patch-texstudio.pro 

According to the section 10.2.2 of the porters guide, the next line should be inside the file: /usr/ports/MOVED

texmakerx|texstudio|2014-11-24|reflecting the modern project name

But I don't know what to do with it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-12-06 20:46:52 UTC
A commit references this bug:

Author: makc
Date: Sat Dec  6 20:45:57 UTC 2014
New revision: 374151
URL: https://svnweb.freebsd.org/changeset/ports/374151

Log:
  - Rename editors/texmakerx to editors/texstudio and update it to 2.8.6
  - Pass maintainership to submitter
  - Adjust Qt 4 components
  - Add desktop-file-utils, execinfo, and pkgconfig to USES
  - Drop MAKE_JOBS_UNSAFE
  - Remove stale patches
  - Update port description and comment
  - Remove optional dependencies on print/gv and now non-existent print/xdvik.
    TeXstudio, similar to its ancestor Texmaker, can use Okular or Evince
    or any other viewer defined by user, therefore I see no reason for keeping
    options for particular viewers.

  PR:		195346 (based on)
  Submitted by:	Abilio Marques

Changes:
  head/MOVED
  head/editors/Makefile
  head/editors/texmakerx/
  head/editors/texstudio/
  head/editors/texstudio/Makefile
  head/editors/texstudio/distinfo
  head/editors/texstudio/files/patch-debughelper.cpp
  head/editors/texstudio/files/patch-qtsingleapplication_qtlocalpeer.cpp
  head/editors/texstudio/files/patch-texmaker.qrc
  head/editors/texstudio/files/patch-texstudio.pro
  head/editors/texstudio/pkg-descr
  head/editors/texstudio/pkg-plist
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2014-12-06 22:37:51 UTC
Committed with some modifications, thanks!