Bug 141703 - [patch] www/trac-autocomplete: fix Makefile and download URLs
Summary: [patch] www/trac-autocomplete: fix Makefile and download URLs
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-17 09:40 UTC by Eygene Ryabinkin
Modified: 2009-12-18 01:00 UTC (History)
0 users

See Also:


Attachments
0001-fix-Makefile.diff (1.30 KB, patch)
2009-12-17 09:40 UTC, Eygene Ryabinkin
no flags Details | Diff
file.diff (526 bytes, patch)
2009-12-17 09:40 UTC, Eygene Ryabinkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eygene Ryabinkin 2009-12-17 09:40:00 UTC
There are a couple of issues with the current port:
 * port prefix must be 'trac-', not just 'trac': this produces port name
'  tracautocomplete' that is silly;
 * distfiles are located only at dist.codelabs.ru, URL at codelabs.ru now
   serves just as a redirector;
 * we should use '${CHMOD}' instead of bare 'chmod'.

Fix: The following two patches fix all issues.  They were tested at
Tinderbox for 7.x, 8.x and 9.x; real-life testing showed no regressions.

From 909fe9d4918f35842c916128b14fda25f3a9fa56 Mon Sep 17 00:00:00 2001
From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Date: Thu, 17 Dec 2009 11:45:54 +0300
Subject: [PATCH 2/2] git-autocomplete: change distfile location

Distfiles for FreeBSD are now live at http://dist.codelabs.ru/fbsd/,
so, to avoid redirections, I had explicitely changed base URL.

Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
---
 www/trac-autocomplete/Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
How-To-Repeat: 
Look at the port's current Makefile,
  http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/trac-autocomplete/Makefile?rev=1.2;content-type=text%2Fplain
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-17 09:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-12-18 00:50:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-12-18 00:50:36 UTC
miwi        2009-12-18 00:50:27 UTC

  FreeBSD ports repository

  Modified files:
    www/trac-autocomplete Makefile 
  Log:
  - Fix PKGNAME
  - Replace chmod to ${CHMOD}
  - Update MASTER_SITES
  
  PR:             141703
  Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
  
  Revision  Changes    Path
  1.3       +5 -5      ports/www/trac-autocomplete/Makefile
_______________________________________________
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"