Bug 252659 - textproc/libepubgen: update to 0.1.1
Summary: textproc/libepubgen: update to 0.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL: https://sourceforge.net/projects/libe...
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2021-01-14 04:40 UTC by Dima Panov
Modified: 2021-01-29 14:00 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (val)


Attachments
textproc/libepubgen: update to 0.1.1 (1.48 KB, patch)
2021-01-14 04:40 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov freebsd_committer freebsd_triage 2021-01-14 04:40:50 UTC
Created attachment 221553 [details]
textproc/libepubgen: update to 0.1.1

Changelog: https://sourceforge.net/projects/libepubgen/files/libepubgen-0.1.1/
Comment 1 Automation User 2021-01-14 04:59:19 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/241454745
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2021-01-14 07:12:15 UTC
^Triage: Reporter is committer, assign accordingly.

^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

Q/A:  Variables out of order

# Dependencies
+BUILD_DEPENDS
LIB_DEPENDS
-BUILD_DEPENDS

# USES block
+USES
+USE_LDCONFIG

# Configure block
+GNU_CONFIGURE
CONFIGURE_ARGS

# Make block
+INSTALL_TARGET
+TEST_TARGET

# CFLAGS/CXXFLAGS/LDFLAGS block
CPPFLAGS

# Packaging list block
+PLIST_SUB
+PORTDOCS
-GNU_CONFIGURE

-USES
-USE_LDCONFIG

-INSTALL_TARGET

# Options definitions
OPTIONS_DEFINE
OPTIONS_DEFAULT
OPTIONS_SUB

-TEST_TARGET

# Options helpers
+DOXYGEN_IMPLIES
+DOXYGEN_BUILD_DEPENDS
+DOXYGEN_CONFIGURE_OFF
TEST_LIB_DEPENDS
TEST_CONFIGURE_ENABLE

-PORTDOCS

-DOXYGEN_BUILD_DEPENDS
-DOXYGEN_CONFIGURE_OFF
-DOXYGEN_IMPLIES


Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-01-29 13:43:27 UTC
A commit references this bug:

Author: fluffy
Date: Fri Jan 29 13:43:05 UTC 2021
New revision: 563207
URL: https://svnweb.freebsd.org/changeset/ports/563207

Log:
  textproc/libepubgen: update to 0.1.1

  PR:		252659
  Approved by:	maintainer (timeout 2w)

Changes:
  head/textproc/libepubgen/Makefile
  head/textproc/libepubgen/distinfo
  head/textproc/libepubgen/pkg-plist
Comment 4 Dima Panov freebsd_committer freebsd_triage 2021-01-29 14:00:26 UTC
Landed!