Bug 184763 - Update of ports-mgmt/portsreinstall to version 3.0.5
Summary: Update of ports-mgmt/portsreinstall to version 3.0.5
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-14 13:30 UTC by Mamoru Sakaue
Modified: 2013-12-14 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.35 KB, patch)
2013-12-14 13:30 UTC, Mamoru Sakaue
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mamoru Sakaue 2013-12-14 13:30:00 UTC
The software version is updated to 3.0.4.
This version includes some minor improvements and bug fixes.

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-14 18:37:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-14 19:49:01 UTC
Author: danilo
Date: Sat Dec 14 19:48:54 2013
New Revision: 336481
URL: http://svnweb.freebsd.org/changeset/ports/336481

Log:
  - Update from 3.0.4 to 3.0.5 [1]
  - Remove the unnecessary MAN8 entry
  
  PR:		ports/184763
  Submitted by:	Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer) [1]

Modified:
  head/ports-mgmt/portsreinstall/Makefile
  head/ports-mgmt/portsreinstall/distinfo

Modified: head/ports-mgmt/portsreinstall/Makefile
==============================================================================
--- head/ports-mgmt/portsreinstall/Makefile	Sat Dec 14 19:47:32 2013	(r336480)
+++ head/ports-mgmt/portsreinstall/Makefile	Sat Dec 14 19:48:54 2013	(r336481)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	portsreinstall
-PORTVERSION=	3.0.4
+PORTVERSION=	3.0.5
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	SFJP/${PORTNAME}/59894/ \
+MASTER_SITES=	SFJP/${PORTNAME}/60071/ \
 		http://www.mwghennndo.com/software/${PORTNAME}/
 
 MAINTAINER=	sakaue.mamoru@samurai.mwghennn.net
@@ -12,7 +12,6 @@ COMMENT=	Ports upgrading utility for mas
 
 LICENSE=	BSD
 
-MAN8=		${PORTNAME}.8
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 post-install:

Modified: head/ports-mgmt/portsreinstall/distinfo
==============================================================================
--- head/ports-mgmt/portsreinstall/distinfo	Sat Dec 14 19:47:32 2013	(r336480)
+++ head/ports-mgmt/portsreinstall/distinfo	Sat Dec 14 19:48:54 2013	(r336481)
@@ -1,2 +1,2 @@
-SHA256 (portsreinstall-3.0.4.tar.gz) = fa68b6b3a5486152ae62e7fe25af885feea67f4b69629ac8c4b3ff650033f889
-SIZE (portsreinstall-3.0.4.tar.gz) = 79745
+SHA256 (portsreinstall-3.0.5.tar.gz) = 28fd99c253304dd05880137f8ecb6d28b091b8607f692c43e423203bd50087f1
+SIZE (portsreinstall-3.0.5.tar.gz) = 80972
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-14 19:49:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!