Bug 144655 - Update port: devel/dits Remove invalid site from master site list
Summary: Update port: devel/dits Remove invalid site from master site list
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-11 13:50 UTC by Greg Becker
Modified: 2010-03-16 15:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.62 KB, text/plain)
2010-03-11 13:50 UTC, Greg Becker
no flags Details
dits.patch (835 bytes, patch)
2010-03-15 14:18 UTC, Greg Becker
no flags Details | Diff
file.dat (334 bytes, text/plain; charset=us-ascii)
2010-03-15 14:18 UTC, Greg Becker
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Becker 2010-03-11 13:50:00 UTC
This patch removes an invalid site from the MASTER_SITES variable in the port Makefile.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-11 13:50:11 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-11 18:17:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 3 Dmitry Marakasov 2010-03-11 18:22:42 UTC
* Greg Becker (greg@codeconcepts.com) wrote:

First, please send updates as a patch. Next, I'd discourage from
adding your email into pkg-descr, as users may confuse you with
software author (or maintainer if it so happens that maintainership
is reset or passed to someone else). Same for moving MAN*, they
logically belong to somewhere near PLIST_FILES, as they were.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-11 18:31:16 UTC
State Changed
From-To: open->feedback

Awaiting submitters feedback
Comment 5 Greg Becker 2010-03-15 14:18:44 UTC
> * Greg Becker (greg@codeconcepts.com) wrote:
> 
> First, please send updates as a patch. Next, I'd discourage from
> adding your email into pkg-descr, as users may confuse you with
> software author (or maintainer if it so happens that maintainership
> is reset or passed to someone else). Same for moving MAN*, they
> logically belong to somewhere near PLIST_FILES, as they were.
> 
> -- 
> Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
> amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru


Thanks, Dmitry!  I've applied all your suggestions and generated
a patch (attached and inline).  I'm not certain how to re-submit it.

Greg


Index: pkg-descr
===================================================================
--- pkg-descr	(revision 38)
+++ pkg-descr	(working copy)
@@ -2,4 +2,4 @@
 lock managers.  More than a simple exerciser, dits is able to
 verify that no detectable data integrity errors have occurred.
 
-WWW: http://vdmvm.com/
+WWW: http://codeconcepts.com/
Index: Makefile
===================================================================
--- Makefile	(revision 38)
+++ Makefile	(working copy)
@@ -8,10 +8,10 @@
 PORTNAME=	dits
 PORTVERSION=	2.2.34
 CATEGORIES=	devel
-MASTER_SITES=	http://vdmvm.com/
+MASTER_SITES=	http://codeconcepts.com/
 
 MAINTAINER=	greg@codeconcepts.com
-COMMENT=	A data integrity verifying disk exercising test suite
+COMMENT=	A data integrity verifying and disk exercising test suite
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
Comment 6 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-16 15:27:55 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2010-03-16 15:28:00 UTC
amdmi3      2010-03-16 15:27:46 UTC

  FreeBSD ports repository

  Modified files:
    devel/dits           Makefile pkg-descr 
  Log:
  - Update MASTER_SITES, WWW, fix COMMENT
  
  PR:             144655
  Submitted by:   Greg Becker <greg@codeconcepts.com> (maintainer)
  
  Revision  Changes    Path
  1.6       +2 -2      ports/devel/dits/Makefile
  1.4       +1 -1      ports/devel/dits/pkg-descr
_______________________________________________
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"