Bug 111155 - ports/sysutils/stmpclean - fix fetch
Summary: ports/sysutils/stmpclean - fix fetch
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 22:30 UTC by jharris
Modified: 2007-04-13 15:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2007-04-02 22:30:04 UTC
	current MASTER_SITES gives a 301 redirect, so point to final location
	add WWW:

Fix: -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

? Makefile.csig
? distinfo.csig
cvs server: Diffing .


iJ0EARECAF0FAkYRcz9WGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
PXRydWUACgkQSypIl9OdoONKpwCdEec+sLZccVD8n7sbIOYlehIWGAoAnRo6l1Vl
D3MCJuEH1hsWg2jXVmtq
=yFrp
-----END PGP SIGNATURE-------i8mRBv1UtciBb8YU5wL9HptuHj7b9Mail6bLSYVp7hbtBeOk
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/stmpclean/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	16 Mar 2005 16:30:36 -0000	1.8
+++ Makefile	2 Apr 2007 21:18:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	stmpclean
 PORTVERSION=	0.3
 CATEGORIES=	sysutils security
-MASTER_SITES=	http://www.internet2.edu/~shalunov/stmpclean/
+MASTER_SITES=	http://shlang.com/stmpclean/
 
 MAINTAINER=	shalunov@internet2.edu
 COMMENT=	Remove old files from temporary directories
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/sysutils/stmpclean/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	29 Sep 2003 14:03:24 -0000	1.2
+++ pkg-descr	2 Apr 2007 21:18:27 -0000
@@ -9,5 +9,7 @@
 is dangerous: when you have an attack they have a tendency to behave
 like forking bombs, making matters much worse.
 
+WWW: http://shlang.com/stmpclean/
+
 --Stanislav
 shalunov@internet2.edu
cvs server: Diffing files
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)
How-To-Repeat: 	apply patch below
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-02 22:30:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2007-04-12 19:37:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2007-04-13 09:15:36 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-04-13 15:09:46 UTC
lwhsu       2007-04-13 14:09:41 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/stmpclean   Makefile pkg-descr 
  Log:
  - Current MASTER_SITES gives a 301 redirect, so point to final location
  add WWW.
  
  PR:             111155
  Submitted by:   Jason Harris <jharris AT widomaker.com>
  Approved by:    Stanislav Shalunov <shalunov AT shlang.com> (maintainer)
                  clsung (mentor)
  
  Revision  Changes    Path
  1.10      +1 -1      ports/sysutils/stmpclean/Makefile
  1.3       +2 -0      ports/sysutils/stmpclean/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 5 Li-Wen Hsu freebsd_committer freebsd_triage 2007-04-13 15:10:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!