Bug 160349 - [PATCH] x11-wm/obconf: update MASTER_SITES and fix CONFIGURE_ENV
Summary: [PATCH] x11-wm/obconf: update MASTER_SITES and fix CONFIGURE_ENV
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-01 02:40 UTC by Jimmy Olgeni
Modified: 2011-09-07 05:10 UTC (History)
1 user (show)

See Also:


Attachments
obconf-2.0.3_6.patch (894 bytes, patch)
2011-09-01 02:40 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2011-09-01 02:40:07 UTC
The attached patch updates MASTER_SITES according to the current MASTER_SITES redirection:

$ fetch -v http://offload1.icculus.org/openbox/obconf/obconf-2.0.3.tar.gz
looking up offload1.icculus.org
connecting to offload1.icculus.org:80
requesting http://offload1.icculus.org/openbox/obconf/obconf-2.0.3.tar.gz
302 redirect to http://offload2.icculus.org:9090/openbox/obconf/obconf-2.0.3.tar.gz
looking up offload2.icculus.org
connecting to offload2.icculus.org:9090
requesting http://offload2.icculus.org:9090/openbox/obconf/obconf-2.0.3.tar.gz
301 redirect to http://openbox.org/dist/obconf/obconf-2.0.3.tar.gz
looking up openbox.org
connecting to openbox.org:80
requesting http://openbox.org/dist/obconf/obconf-2.0.3.tar.gz
remote size / mtime: 267589 / 1265061430
obconf-2.0.3.tar.gz                             0% of  261 kB   38 kBps

While submitting this update portlint complained about CPPFLAGS
being already passed to CONFIGURE_ENV, so I removed it and everything
works fine anyway :)

Port maintainer (novel@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-01 02:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-07 05:02:58 UTC
novel       2011-09-07 04:02:45 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/obconf        Makefile 
  Log:
  - Update MASTER_SITES
  - Drop unnecessary CPPFLAGS from CONFIGURE_ENV
  
  PR:             160349
  Submitted by:   olgeni
  
  Revision  Changes    Path
  1.29      +2 -2      ports/x11-wm/obconf/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"
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2011-09-07 05:03:50 UTC
State Changed
From-To: open->closed

Committed, thanks!