Bug 121705 - [patch] security/pft Update the new MASTER_SITES
Summary: [patch] security/pft Update the new MASTER_SITES
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: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 18:20 UTC by Sofian Brabez
Modified: 2008-04-18 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (367 bytes, patch)
2008-03-14 18:20 UTC, Sofian Brabez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sofian Brabez 2008-03-14 18:20:01 UTC
Update the new URL of primary MASTER_SITES for port security/pft

Fix: The attached patch fix the problem

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-14 18:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

jmelo@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-14 18:20:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 onatan 2008-03-15 11:06:36 UTC
I thought I submitted my patch a while ago.
I changed the homepage in the Makefile and pkg-descr:

diff -urN pft.orig/Makefile pft/Makefile
--- pft.orig/Makefile   2008-03-01 11:41:30.000000000 +0200
+++ pft/Makefile        2008-03-01 11:33:11.000000000 +0200
@@ -8,7 +8,7 @@
 PORTNAME=      pft
 PORTVERSION=   1.3
 CATEGORIES=    security
-MASTER_SITES=  http://www.phenoelit.de/hp/
+MASTER_SITES=  http://www.phenoelit-us.org/hp/
 DISTNAME=      libPJL-${PORTVERSION}-src
 EXTRACT_SUFX=  .tgz

diff -urN pft.orig/pkg-descr pft/pkg-descr
--- pft.orig/pkg-descr  2008-03-01 11:40:58.000000000 +0200
+++ pft/pkg-descr       2008-03-01 11:41:13.000000000 +0200
@@ -3,4 +3,4 @@

 Author:                FX <fx@phenoelit.de>

-WWW: http://www.phenoelit.de/hp/
+WWW: http://www.phenoelit-us.org/hp/
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-04-18 17:01:02 UTC
jmelo       2008-04-18 16:00:52 UTC

  FreeBSD ports repository

  Modified files:
    security/pft         Makefile pkg-descr 
  Log:
  - Update mastersite.
  - Update WWW.
  
  PR:             ports/121705
  Submitted by:   Sofian Brabez <sbrabez@gmail.com>
  Reviewed by:    Jonatan B <onatan@gmail.com> (maintainer)
  Approved by:    Jonatan B <onatan@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.5       +1 -1      ports/security/pft/Makefile
  1.2       +1 -1      ports/security/pft/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 Jean Milanez Melo freebsd_committer freebsd_triage 2008-04-18 17:01:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!