Bug 117529 - [UPDATE]: net/miniupnpd to 1.0rc11
Summary: [UPDATE]: net/miniupnpd to 1.0rc11
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: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 13:10 UTC by Tor Halvard Furulund
Modified: 2007-10-27 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (194 bytes, patch)
2007-10-26 13:10 UTC, Tor Halvard Furulund
no flags Details | Diff
file.diff (615 bytes, patch)
2007-10-26 13:10 UTC, Tor Halvard Furulund
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tor Halvard Furulund 2007-10-26 13:10:00 UTC
	Update to 1.0RC11
	- ipf implementation (actually rc10)
	- experimental support for NAT-PMP

Fix: PORTNAME=      miniupnpd
 PORTVERSION=   1.0
-PORTREVISION=  9
+PORTREVISION=  11
 CATEGORIES=    net
 MASTER_SITES=  http://miniupnp.tuxfamily.org/files/ \
                http://miniupnp.free.fr/files/
-DISTNAME=      ${PORTNAME}-1.0-RC9
+DISTNAME=      ${PORTNAME}-1.0-RC11
 MAINTAINER=    darius@dons.net.au
 COMMENT=       A UPnP IGD implementation which uses pf
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-26 13:10:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Tor Halvard Furulund 2007-10-26 21:52:29 UTC
Take maintainership:
(Sorry for the wrong sent reply)

diff -ruN /usr/ports/net/miniupnpd/Makefile miniupnpd/Makefile
--- /usr/ports/net/miniupnpd/Makefile   Wed Oct 24 20:46:33 2007
+++ miniupnpd/Makefile  Fri Oct 26 15:04:39 2007
@@ -7,13 +7,13 @@
 
 PORTNAME=      miniupnpd
 PORTVERSION=   1.0
-PORTREVISION=  9
+PORTREVISION=  11
 CATEGORIES=    net
 MASTER_SITES=  http://miniupnp.tuxfamily.org/files/ \
                http://miniupnp.free.fr/files/
-DISTNAME=      ${PORTNAME}-1.0-RC9
+DISTNAME=      ${PORTNAME}-1.0-RC11
 
-MAINTAINER=    darius@dons.net.au
+MAINTAINER=    squat@squat.no
 COMMENT=       A UPnP IGD implementation which uses pf
 
 USE_GMAKE=     yes
diff -ruN /usr/ports/net/miniupnpd/distinfo miniupnpd/distinfo
--- /usr/ports/net/miniupnpd/distinfo   Wed Oct 24 20:46:33 2007
+++ miniupnpd/distinfo  Fri Oct 26 13:33:04 2007
@@ -1,3 +1,3 @@
-MD5 (miniupnpd-1.0-RC9.tar.gz) = 7d027a05f3d5049f5d890a1c30f59c70
-SHA256 (miniupnpd-1.0-RC9.tar.gz) = 26d6223dece3bb83c9a4308da99ff442c694864971244557be0fb1185576e467
-SIZE (miniupnpd-1.0-RC9.tar.gz) = 54778
+MD5 (miniupnpd-1.0-RC11.tar.gz) = 85246d449c381eabb7fb208d5fe7c761
+SHA256 (miniupnpd-1.0-RC11.tar.gz) = 7cb119ea9cfe92e8944fbb0ea716be28a2b2faf26cbeece20045355d0e54ebb5
+SIZE (miniupnpd-1.0-RC11.tar.gz) = 64828
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-10-27 03:48:51 UTC
chinsan     2007-10-27 02:48:46 UTC

  FreeBSD ports repository

  Modified files:
    net/miniupnpd        Makefile distinfo 
  Removed files:
    net/miniupnpd        pkg-plist 
  Log:
  - Update to 1.0-RC11
  - Pass maintainership
  
  PR:             ports/117529
  Submitted by:   Tor Halvard Furulund <squat at squat dot no>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.5       +6 -6      ports/net/miniupnpd/Makefile
  1.5       +3 -3      ports/net/miniupnpd/distinfo
  1.2       +0 -3      ports/net/miniupnpd/pkg-plist (dead)
_______________________________________________
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 4 chinsan freebsd_committer freebsd_triage 2014-06-01 06:41:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

I'll take it.
Comment 5 chinsan freebsd_committer freebsd_triage 2014-06-01 06:41:17 UTC
State Changed
From-To: feedback->closed

Committed with minor modification.  Thanks.