Bug 223328

Summary: converters/bibtexconv: Update to 1.1.11
Product: Ports & Packages Reporter: Thomas Dreibholz <thomas.dreibholz>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Many People CC: dbaio, thomas.dreibholz
Priority: --- Flags: dbaio: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.uni-due.de/~be0001/bibtexconv/
Attachments:
Description Flags
The diff file
none
bibtexconv-1.1.11.patch none

Description Thomas Dreibholz 2017-10-30 20:49:36 UTC
Created attachment 187596 [details]
The diff file

The latest upstream version of converters/bibtexconv is 1.1.11; the port needs an update.

Fix: The updated diff file is attached.
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2017-11-02 16:53:47 UTC
Created attachment 187669 [details]
bibtexconv-1.1.11.patch

The attached patch has some changes:

- Improve LICENSE.
- Fixes EXAMPLES options (build problem when it is disabled).
- Include script ietf2bibtex (and Python 3 dependency).
- Add USES=ssl
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2017-11-02 16:55:30 UTC
Could you take a look?
Thanks.
Comment 3 Thomas Dreibholz 2017-11-16 21:22:24 UTC
The updated patch looks fine.
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-11-18 13:38:04 UTC
A commit references this bug:

Author: dbaio
Date: Sat Nov 18 13:37:20 UTC 2017
New revision: 454431
URL: https://svnweb.freebsd.org/changeset/ports/454431

Log:
  converters/bibtexconv: Update to 1.1.11 [1]

  Update MASTER_SITES and WWW. [1]
  Improve LICENSE.
  Switch to options helper (EXAMPLES).
  Include script ietf2bibtex (Python 3 dependency) and USES=ssl.

  PR:		223328
  Submitted by:	dreibh@iem.uni-due.de (maintainer) [1]

Changes:
  head/converters/bibtexconv/Makefile
  head/converters/bibtexconv/distinfo
  head/converters/bibtexconv/pkg-descr
Comment 5 Danilo G. Baio freebsd_committer freebsd_triage 2017-11-18 13:39:20 UTC
Committed, thanks!