Bug 114581 - Update port: security/smtpscan unfetchable distfile correction
Summary: Update port: security/smtpscan unfetchable distfile correction
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-14 15:30 UTC by Hubert Tournier
Modified: 2007-08-10 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (343 bytes, patch)
2007-07-14 15:30 UTC, Hubert Tournier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Tournier 2007-07-14 15:30:13 UTC
Correction for a "distfiles [or main web pages] not fetchable from
their MASTER_SITES" problem, due to a change of project home page.

Fix: # cd /usr/ports/security
# diff -ruN smtpscan.old/Makefile smtpscan/Makefile
PORTNAME=      smtpscan
 PORTVERSION=   0.5
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    security mail perl5
-MASTER_SITES=  http://www.greyhats.org/outils/smtpscan/
+MASTER_SITES=  http://www.frbsd.org/dist/

 MAINTAINER=    hubert@frbsd.org
 COMMENT=       A remote SMTP server version detector

# diff -ruN smtpscan.old/pkg-descr smtpscan/pkg-descr


-WWW: http://www.greyhats.org/outils/smtpscan/
+WWW: http://www.bordet.info/dc/

 - Hubert Tournier
 hubert@frbsd.org--0vlUa9Yz5Hcgp267v6Jy9zyXW5KojOgpJppt3FCm0nyK3kAj
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- smtpscan.old/Makefile       Sat Jul 14 15:36:49 2007
+++ smtpscan/Makefile   Sat Jul 14 15:37:49 2007
@@ -7,9 +7,9 @@
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-14 15:30:21 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-14 15:30:33 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-15 01:03:07 UTC
State Changed
From-To: feedback->open

Submitter is maintainer (please use correct email address next time 
to speed up the process) 


Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-15 01:03:07 UTC
Class Changed
From-To: change-request->maintainer-update

Submitter is maintainer (please use correct email address next time 
to speed up the process)
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2007-07-15 05:01:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-08-10 08:40:27 UTC
beech       2007-08-10 07:40:21 UTC

  FreeBSD ports repository

  Modified files:
    security/smtpscan    Makefile pkg-descr 
    security/smtpscan/files patch-aa 
  Log:
  - Make fetchable
  - Remove 4.x cruft
  
  PR:             ports/114581
  Submitted by:   Hubert Tournier <hubert@frbsd.org>
  Approved by:    sat (mentor)
  
  Revision  Changes    Path
  1.9       +5 -11     ports/security/smtpscan/Makefile
  1.3       +9 -3      ports/security/smtpscan/files/patch-aa
  1.2       +2 -5      ports/security/smtpscan/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"
Comment 7 Beech Rintoul freebsd_committer freebsd_triage 2007-08-10 08:40:49 UTC
State Changed
From-To: open->closed

Committed (with minor changes), Thanks!