Bug 158872

Summary: [maintainer-update] [patch] devel/diffuse: Update to 0.4.5
Product: Ports & Packages Reporter: Marco Bröder <marco.broeder>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!