Bug 152055 - [patch] bsd.pear.mk: Add support for pear modules to have non .tgz extensions.
Summary: [patch] bsd.pear.mk: Add support for pear modules to have non .tgz extensions.
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: 2010-11-08 16:40 UTC by Tom Judge
Modified: 2010-12-29 07:10 UTC (History)
1 user (show)

See Also:


Attachments
bsd.pear.mk.txt (372 bytes, text/plain)
2010-11-08 16:40 UTC, Tom Judge
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Judge 2010-11-08 16:40:06 UTC
Pear ports are currently forced to have files with the .tgz extension by bsd.pear.mk. This is not ideal for pear modules that are not hosted on pear.php.net as they sometimes have different extensions.

This patch adds the variable PEAR_DIST_SUFX which if set will be used to define EXTRACT_SUFX.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2010-11-08 17:17:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Assign to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-29 07:02:54 UTC
miwi        2010-12-29 07:02:48 UTC

  FreeBSD ports repository

  Modified files:
    devel/pear           Makefile bsd.pear.mk 
  Log:
  - Add support for pear modules to have non .tgz extensions.
  - Fix a plist generation bug when no files are installed into a directory.
  
  PR:             152059 152055
  Submitted by:   Tom Judge <tom@tomjudge.com>
  Tested via:     pointyhat
  
  Revision  Changes    Path
  1.35      +1 -0      ports/devel/pear/Makefile
  1.10      +18 -2     ports/devel/pear/bsd.pear.mk
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2010-12-29 07:03:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!