Bug 202252 - Update www/mod_asn to version 1.6
Summary: Update www/mod_asn to version 1.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-08-11 20:59 UTC by Pedro F. Giffuni
Modified: 2015-08-23 15:12 UTC (History)
1 user (show)

See Also:


Attachments
Update (1.69 KB, patch)
2015-08-11 20:59 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni freebsd_committer freebsd_triage 2015-08-11 20:59:31 UTC
Created attachment 159780 [details]
Update

The new version works with Apache24.

...
pfg@gorilon:/usr/ports/www/mod_asn % make check-plist
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
Comment 1 Pedro F. Giffuni freebsd_committer freebsd_triage 2015-08-13 18:31:49 UTC
To maintainer.

While here: this port depends on APR with a non-standard option (postgresql support). This seems to be something pkg doesn't support well.
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2015-08-23 12:02:56 UTC
I start to check with recent version (1.7) on my poudriere.  Please wait.

> this port depends on APR with a non-standard option (postgresql support). This seems to be something pkg doesn't support well.

Yes, that's why I put $MANUAL_PACKAGE_BUILD and sanity check in pre-build target.  I don't know how we should do in such case...
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-08-23 12:32:36 UTC
A commit references this bug:

Author: kuriyama
Date: Sun Aug 23 12:31:45 UTC 2015
New revision: 395088
URL: https://svnweb.freebsd.org/changeset/ports/395088

Log:
  - Upgrade to 1.7.

  PR:		ports/202252
  Submitted by:	pfg

Changes:
  head/www/mod_asn/Makefile
  head/www/mod_asn/distinfo
  head/www/mod_asn/pkg-plist
Comment 4 Jun Kuriyama freebsd_committer freebsd_triage 2015-08-23 12:33:41 UTC
Update committed.  Please let me know if something wrong.  Thanks!
Comment 5 Pedro F. Giffuni freebsd_committer freebsd_triage 2015-08-23 15:12:11 UTC
(In reply to Jun Kuriyama from comment #2)
I think the regular procedure is to create a slave port of APR with the pgsql option enabled. That should work fine for ports but I don't know if pkg will handle it well.

Thanks for checking the update.