Bug 158872 - [maintainer-update] [patch] devel/diffuse: Update to 0.4.5
Summary: [maintainer-update] [patch] devel/diffuse: Update to 0.4.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-13 17:50 UTC by Marco Bröder
Modified: 2011-08-01 17:50 UTC (History)
0 users

See Also:


Attachments
file.diff (6.12 KB, patch)
2011-07-13 17:50 UTC, Marco Bröder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Bröder 2011-07-13 17:50:09 UTC
1. Update to 0.4.5 release. Read ${PREFIX}/share/diffuse/ChangeLog or
http://diffuse.sourceforge.net/releasehistory.html for changes.

2. Update pkg description.

3. Move translated man pages installation to optional translations installation, but always install standard English man page.

4. Use INSTALL_DATA instead of INSTALL_MAN for PORTDOCS.

5. Add license combo stuff. Looks like there will be no significant improvement for the 'GPLvX or later' case anytime soon. So just add the license combo workaround for now.

6. Remove the whole OMF / gnome help stuff. The OMF / gnome help stuff never worked as intended, because gnome-help-browser was missing. It would require too many additional gnome related dependencies. It appears too heavy just to display a simple help manual. Since Diffuse has usual man pages, a command line help option and a built in fallback to an online HTML manual, just rely on those instead.

7. Small style fixes and cleanups.

Successful tested: portlint -C, tinderbox build, pkg install + remove, runtime

Thanks!

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-08-01 17:38:27 UTC
jlaffaye    2011-08-01 16:38:18 UTC

  FreeBSD ports repository

  Modified files:
    devel/diffuse        Makefile distinfo pkg-descr pkg-plist 
  Log:
  Update to 0.4.5
  
  PR:             ports/158872
  Submitted by:   Marco Bröder <marco.broeder@gmx.eu> (maintainer)
  
  Revision  Changes    Path
  1.14      +17 -42    ports/devel/diffuse/Makefile
  1.9       +2 -2      ports/devel/diffuse/distinfo
  1.2       +2 -2      ports/devel/diffuse/pkg-descr
  1.9       +5 -8      ports/devel/diffuse/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Julien Laffaye freebsd_committer freebsd_triage 2011-08-01 17:39:19 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!