Bug 113121 - Wrong depends for port net/asterisk
Summary: Wrong depends for port net/asterisk
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: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 13:50 UTC by viper
Modified: 2007-05-29 22:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description viper 2007-05-29 13:50:02 UTC
After today port update I found issue.
Wrong depends for port net/asterisk

newt.52:${PORTSDIR}/devel/newt \
After looking in Makefile on usr/ports/devel/newt, I saw PORTVERSION=    0.51.0
Hm. strange.

Sorry for my very bad English

Fix: 

BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
 LIB_DEPENDS=   speex.1:${PORTSDIR}/audio/speex \
-               newt.52:${PORTSDIR}/devel/newt \
+               newt.51:${PORTSDIR}/devel/newt \
                curl.4:${PORTSDIR}/ftp/curl
 RUN_DEPENDS=   mpg123:${PORTSDIR}/audio/mpg123--gGTLf5SAwNPo3RncHbPtQKcgvtJWsSl2fVVMAzq8bLW9iFD2
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- a1  Tue May 29 02:21:07 2007
+++ Makefile    Tue May 29 18:34:17 2007
@@ -17,7 +17,7 @@
How-To-Repeat: Just try compile or update  net/asterisk
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-29 13:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sobomax

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-29 21:52:25 UTC
sobomax     2007-05-29 20:52:15 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk         Makefile 
  Log:
  Correct newt library version number.
  
  PR:             113121
  Submitted by:   viper<viper@perm.raid.ru>
  
  Revision  Changes    Path
  1.73      +2 -2      ports/net/asterisk/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 Maxim Sobolev freebsd_committer freebsd_triage 2007-05-29 21:52:28 UTC
State Changed
From-To: open->closed

Commited, thanks!