Bug 154304 - audio/dssi: Update to 1.1.0
Summary: audio/dssi: Update to 1.1.0
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 12:00 UTC by Wen Heping
Modified: 2011-02-22 02:22 UTC (History)
0 users

See Also:


Attachments
file.diff (130 bytes, patch)
2011-01-26 12:00 UTC, Wen Heping
no flags Details | Diff
file.diff (702 bytes, patch)
2011-01-26 12:00 UTC, Wen Heping
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2011-01-26 12:00:25 UTC
Update to 1.1.0

Fix: PORTNAME=      dssi
-PORTVERSION=   1.0.0
-PORTREVISION=  1
+PORTVERSION=   1.1.0
 CATEGORIES=    audio
 MASTER_SITES=  SF

@@ -26,7 +25,8 @@
 CFLAGS+=       -I${LOCALBASE}/include
 USE_GMAKE=     yes
 USE_GNOME=     gnomehack
-MAN1=          dssi_osc_send.1 dssi_osc_update.1 jack-dssi-host.1
+MAN1=          dssi_osc_send.1 dssi_osc_update.1 jack-dssi-host.1 \
+               dssi_analyse_plugin.1 dssi_list_plugins.1

 .if defined(WITH_QT)
 USE_QT_VER=    3
@@ -35,4 +35,7 @@
 PLIST_SUB=     WITH_QT="@comment "
 .endif

+post-extract:
+       @${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/examples/Makefile.in
+
 .include <bsd.port.mk>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-26 12:00:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-22 02:19:36 UTC
wen         2011-02-22 02:19:31 UTC

  FreeBSD ports repository

  Modified files:
    audio/dssi           Makefile distinfo pkg-plist 
  Log:
  - Update to 1.1.0
  
  PR:             ports/154304
  Submitted by:   Wen Heping (myself)
  
  Revision  Changes    Path
  1.9       +6 -3      ports/audio/dssi/Makefile
  1.3       +2 -3      ports/audio/dssi/distinfo
  1.3       +2 -0      ports/audio/dssi/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 Wen Heping freebsd_committer freebsd_triage 2011-02-22 02:22:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!