Bug 203925 - [patch] www/mini_httpd: update to 1.22
Summary: [patch] www/mini_httpd: update to 1.22
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: Alexey Dokuchaev
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-10-21 14:38 UTC by Torsten Zühlsdorff
Modified: 2015-10-22 13:26 UTC (History)
2 users (show)

See Also:


Attachments
patch with update to 1.22 (768 bytes, patch)
2015-10-21 14:38 UTC, Torsten Zühlsdorff
no flags Details | Diff
poudriere log (12.87 KB, text/x-log)
2015-10-21 14:39 UTC, Torsten Zühlsdorff
no flags Details
patch with update to 1.22 (2.36 KB, patch)
2015-10-21 15:02 UTC, Martin Waschbüsch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Zühlsdorff 2015-10-21 14:38:50 UTC
Created attachment 162285 [details]
patch with update to 1.22

Hello,

attached a simple patch to update mini_httpd to the current version.

Greetings,
Torsten
Comment 1 Torsten Zühlsdorff 2015-10-21 14:39:26 UTC
Created attachment 162286 [details]
poudriere log
Comment 2 Martin Waschbüsch 2015-10-21 15:02:25 UTC
Created attachment 162289 [details]
patch with update to 1.22

Hi Torsten,

portlint -AC for me complains about the patch in files/patch-Makefile not being created with 'make makepatch'.

I attached a patch that includes that change to get rid of the portlint warning.
Comment 3 Torsten Zühlsdorff 2015-10-21 15:06:26 UTC
Comment on attachment 162285 [details]
patch with update to 1.22

>Index: Makefile
>===================================================================
>--- Makefile	(Revision 399897)
>+++ Makefile	(Arbeitskopie)
>@@ -2,8 +2,7 @@
> # $FreeBSD$
> 
> PORTNAME=	mini_httpd
>-PORTVERSION=	1.21
>-PORTREVISION=	1
>+PORTVERSION=	1.22
> CATEGORIES=	www ipv6
> MASTER_SITES=	http://www.acme.com/software/mini_httpd/
> 
>Index: distinfo
>===================================================================
>--- distinfo	(Revision 399897)
>+++ distinfo	(Arbeitskopie)
>@@ -1,2 +1,2 @@
>-SHA256 (mini_httpd-1.21.tar.gz) = 51fa38c87d79e973686557b8d3b72fed387b21931e37ee07a08991ebb2c95152
>-SIZE (mini_httpd-1.21.tar.gz) = 43127
>+SHA256 (mini_httpd-1.22.tar.gz) = 28399b9ad5fa31568944e625f4007c4b9ed9a096f78eda772fc9223a93ea7325
>+SIZE (mini_httpd-1.22.tar.gz) = 43619
Comment 4 Torsten Zühlsdorff 2015-10-21 15:07:11 UTC
Hello Martin,

thanks for the patch. I've obsoleted my patch to avoid confusion of the committer. :)

Greetings,
Torsten
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-10-22 13:24:10 UTC
A commit references this bug:

Author: danfe
Date: Thu Oct 22 13:23:49 UTC 2015
New revision: 399973
URL: https://svnweb.freebsd.org/changeset/ports/399973

Log:
  - Update ACME Labs' mini_httpd to version 1.22
  - Remove trailing whitespace and dots at the end of list items in the
    port description and reformat a bit while I'm at it

  PR:	203925

Changes:
  head/www/mini_httpd/Makefile
  head/www/mini_httpd/distinfo
  head/www/mini_httpd/pkg-descr
Comment 6 Alexey Dokuchaev freebsd_committer freebsd_triage 2015-10-22 13:26:13 UTC
Committed with some mortifications as ports r399973, thank you!