Bug 187954

Summary: [MAINTAINER UPDATE] lang/see & lang/see-devel: update to 3.1 + staging support
Product: Ports & Packages Reporter: Šimun Mikecin <numisemis>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: numisemis
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
Update to 3.1 & staging support numisemis: maintainer-approval+

Description Šimun Mikecin 2014-03-26 11:00:00 UTC
Updated to version 3.1.
Both versions (lang/see and lang/see-devel) were very old, so this replaces both of them with one lang/see port.

M       lang/see/Makefile
M       lang/see/distinfo
D       lang/see/files
D       lang/see/files/patch-libsee_dtoa.c
D       lang/see/files/patch-libsee_input__utf8.c
D       lang/see/files/patch-libsee_obj__Date.c
D       lang/see/files/patch-libsee_system.c
M       lang/see/pkg-plist
D       lang/see-devel
D       lang/see-devel/Makefile
D       lang/see-devel/distinfo
D       lang/see-devel/files
D       lang/see-devel/files/patch-libsee_dtoa.c
D       lang/see-devel/files/patch-libsee_parse.c
D       lang/see-devel/files/patch-libsee_value.c
D       lang/see-devel/pkg-descr
D       lang/see-devel/pkg-plist

Fix: Patch attached with submission follows:
Comment 1 Šimun Mikecin 2014-06-09 07:35:15 UTC
Created attachment 143554 [details]
Update to 3.1 & staging support

This new patch that replaces the original patch send with this PR adds support for staging.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-07 09:41:32 UTC
A commit references this bug:

Author: bapt
Date: Mon Jul  7 09:41:24 UTC 2014
New revision: 361044
URL: http://svnweb.freebsd.org/changeset/ports/361044

Log:
  Update to 3.1
  Support stage
  Convert to USES=libtool
  Remove the -devel version which is outdated an no more needed

  PR:		187954
  Submitted by:	numisemis@yahoo.com (maintainer)

Changes:
  head/MOVED
  head/lang/Makefile
  head/lang/see/Makefile
  head/lang/see/distinfo
  head/lang/see/files/
  head/lang/see/pkg-plist
  head/lang/see-devel/
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2014-07-07 09:42:25 UTC
Committed with minor changes: (Using USES=libtool to reduce overlinking and remove .la files has been used, INSTALL_TARGET=install-strip to strip the binaries)

Thanks you