Bug 187954 - [MAINTAINER UPDATE] lang/see & lang/see-devel: update to 3.1 + staging support
Summary: [MAINTAINER UPDATE] lang/see & lang/see-devel: update to 3.1 + staging support
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: 2014-03-26 11:00 UTC by Šimun Mikecin
Modified: 2014-07-07 09:42 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (12.38 KB, patch)
2014-03-26 11:00 UTC, Šimun Mikecin
no flags Details | Diff
Update to 3.1 & staging support (12.97 KB, patch)
2014-06-09 07:35 UTC, Šimun Mikecin
numisemis: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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