Bug 159037 - [MAINTAINER] www/tinyproxy: update to 1.8.2
Summary: [MAINTAINER] www/tinyproxy: update to 1.8.2
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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 20:50 UTC by marquis
Modified: 2011-11-07 22:20 UTC (History)
0 users

See Also:


Attachments
tinyproxy-1.8.2_2,1.patch (22.88 KB, patch)
2011-07-19 20:50 UTC, marquis
no flags Details | Diff
ports-tinyproxy.diff (28.37 KB, patch)
2011-10-22 14:06 UTC, Ryan Steinmetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description marquis 2011-07-19 20:50:08 UTC
- Fix man page generation and remove build dependencies from 1.8.2

Added file(s):
- files/patch-Makefile.am
- files/tinyproxy.8
- files/tinyproxy.conf.5

Removed file(s):
- files/patch-docs__man5__Makefile.am
- files/patch-docs__man8__Makefile.am

Generated with FreeBSD Port Tools 0.99
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2011-07-20 00:35:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 Ryan Steinmetz freebsd_committer freebsd_triage 2011-07-24 04:07:29 UTC
State Changed
From-To: open->feedback

What's wrong with the existing man page generation?
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2011-10-22 14:06:12 UTC
Please review the attached patch for an update to 1.8.3, incorporating
the changes requested in this PR.

Summary:
- Update to 1.8.3
- Add LICENSE
- Remove build dependencies for manpages+add them to FILESDIR
  (tinyproxy.8 tinyproxy.conf.5)
- Use CONFIGURE_ARGS+=--localstatedir=/var instead of patch to configure
- Remove files/patch-docs__man5__Makefile.am
  files/patch-docs__man8__Makefile.am files/patch-src__acl.c
files/patch-src__conf.c 
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-11-07 22:15:44 UTC
zi          2011-11-07 22:15:34 UTC

  FreeBSD ports repository

  Modified files:
    www/tinyproxy        Makefile distinfo 
    www/tinyproxy/files  patch-configure 
  Added files:
    www/tinyproxy/files  patch-Makefile.in tinyproxy.8 
                         tinyproxy.conf.5 
  Removed files:
    www/tinyproxy/files  patch-docs__man5__Makefile.am 
                         patch-docs__man8__Makefile.am 
                         patch-src__acl.c patch-src__conf.c 
  Log:
  - Update to 1.8.3 [2]
  - Add LICENSE [2]
  - Remove build dependencies for manpages+add them to FILESDIR
  (tinyproxy.8 tinyproxy.conf.5) [1]
  - Use CONFIGURE_ARGS+=--localstatedir=/var instead of patch to configure [2]
  - Remove files/patch-docs__man5__Makefile.am
  files/patch-docs__man8__Makefile.am files/patch-src__acl.c
  files/patch-src__conf.c [2]
  
  PR:             ports/159037
  Submitted by:   [1] Roger Marquis <marquis@roble.com>, [2] Ryan Steinmetz <zi@FreeBSD.org>
  Approved by:    maintainer timeout (2+ weeks)
  
  Revision  Changes    Path
  1.36      +14 -7     ports/www/tinyproxy/Makefile
  1.19      +2 -2      ports/www/tinyproxy/distinfo
  1.1       +10 -0     ports/www/tinyproxy/files/patch-Makefile.in (new)
  1.2       +15 -11    ports/www/tinyproxy/files/patch-configure
  1.2       +0 -12     ports/www/tinyproxy/files/patch-docs__man5__Makefile.am (dead)
  1.2       +0 -12     ports/www/tinyproxy/files/patch-docs__man8__Makefile.am (dead)
  1.2       +0 -55     ports/www/tinyproxy/files/patch-src__acl.c (dead)
  1.2       +0 -13     ports/www/tinyproxy/files/patch-src__conf.c (dead)
  1.1       +161 -0    ports/www/tinyproxy/files/tinyproxy.8 (new)
  1.1       +540 -0    ports/www/tinyproxy/files/tinyproxy.conf.5 (new)
_______________________________________________
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"
Comment 5 Ryan Steinmetz freebsd_committer freebsd_triage 2011-11-07 22:15:58 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!