Bug 156775 - [patch] net/asterisk: prevent asterisk.conf nuking
Summary: [patch] net/asterisk: prevent asterisk.conf nuking
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: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 20:50 UTC by Alexander Brovikov
Modified: 2011-05-22 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (675 bytes, patch)
2011-05-02 20:50 UTC, Alexander Brovikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Brovikov 2011-05-02 20:50:08 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-02 20:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-10 22:19:48 UTC
flo         2011-05-10 21:19:34 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk         Makefile distinfo pkg-plist 
    net/asterisk/files   patch-Makefile patch-configure 
  Log:
  - update to 1.8.4
  - add lua support [1]
  - add libsrtp support [2]
  
  PR:             ports/156775 [2]
  Submitted by:   Andre Luiz dos Santo [1]
                  Alexander Brovikov [2]
  
  Revision  Changes    Path
  1.153     +24 -2     ports/net/asterisk/Makefile
  1.61      +2 -2      ports/net/asterisk/distinfo
  1.26      +15 -19    ports/net/asterisk/files/patch-Makefile
  1.13      +8 -17     ports/net/asterisk/files/patch-configure
  1.48      +3 -0      ports/net/asterisk/pkg-plist
_______________________________________________
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 Florian Smeets freebsd_committer freebsd_triage 2011-05-10 22:56:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 Florian Smeets freebsd_committer freebsd_triage 2011-05-10 22:59:25 UTC
State Changed
From-To: closed->open

I closed the wrong PR. Still need to figure out how to fix this one properly.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-05-22 18:10:12 UTC
flo         2011-05-22 17:09:50 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk         Makefile pkg-plist 
    net/asterisk/files   patch-Makefile 
  Log:
  - prevent deletion of asterisk.conf, it was mistakenly added to pkg-plist
  - make sure asterisk.conf and asterisk.conf-dist are identicall on install
  
  PR:             ports/156775, ports/156992
  
  Revision  Changes    Path
  1.154     +1 -0      ports/net/asterisk/Makefile
  1.27      +13 -8     ports/net/asterisk/files/patch-Makefile
  1.49      +0 -1      ports/net/asterisk/pkg-plist
_______________________________________________
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 6 Florian Smeets freebsd_committer freebsd_triage 2011-05-22 18:11:21 UTC
State Changed
From-To: open->closed

A fix has been committed.