Summary: | [PATCH] security/pidgin-otr: update to 3.1.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthias Andree <matthias.andree> | ||||
Component: | Individual Port(s) | Assignee: | Doug Barton <dougb> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | perlfu | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Matthias Andree
2007-08-20 23:00:00 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback Responsible Changed From-To: freebsd-ports-bugs->dougb I was already working on this independently, so I'll try to fold this stuff in, thanks. dougb 2007-08-23 20:57:59 UTC FreeBSD ports repository Modified files: security/libotr Makefile distinfo pkg-plist Log: 1. Update to version 3.1.0 2. Add a verify target for the PGP signature, and download the signature Approved by: maintainer PR: ports/115664 (pkg-plist fix) Submitted by: Matthias Andree <matthias.andree@gmx.de> Revision Changes Path 1.9 +6 -2 ports/security/libotr/Makefile 1.4 +6 -3 ports/security/libotr/distinfo 1.5 +2 -1 ports/security/libotr/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" dougb 2007-08-23 21:21:19 UTC FreeBSD ports repository Modified files: security/pidgin-otr Makefile distinfo pkg-plist Log: 1. Update to 3.1.0 2. Update the MASTER_SITES 3. Add a verify target for the PGP signature, and download the signature 4. Add USE_GMAKE 5. Add an unconditional USE_GETTEXT since there is no way to disable it 6. Update pkg-plist with the *.mo files Approved by: maintainer timeout PR: ports/115664 (pkg-plist fix) Submitted by: Matthias Andree <matthias.andree@gmx.de> Revision Changes Path 1.16 +9 -3 ports/security/pidgin-otr/Makefile 1.7 +6 -3 ports/security/pidgin-otr/distinfo 1.6 +4 -0 ports/security/pidgin-otr/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" State Changed From-To: feedback->closed I committed most of your changes, which were the same as mine other than the plist fix, thanks! FYI, I tested it WITHOUT_NLS and it makes no difference. I confirmed that the configure script had no mechanism for disabling NLS as well. If you can get that bit working, please submit a new PR and bring it to my attention. Thanks again, Doug |