Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 20:13:09 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r340858 - in branches/2014Q1/audio/pms: . files
Message-ID:  <201401232013.s0NKD9tD008875@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Thu Jan 23 20:13:09 2014
New Revision: 340858
URL: http://svnweb.freebsd.org/changeset/ports/340858
QAT: https://qat.redports.org/buildarchive/r340858/

Log:
  MFH: r340845
  
  (Note: Log in original commit r340845 was incomplete.
   Complete log is provided below.)
  
  - Fix build failure on FreeBSD 10
  - Add stage support
  - Add license
  - Change whitespaces in pkg-descr due to portlint warning
  
  Approved by:	portmgr (mat), maintainer (ashish), mentor (thierry)

Added:
  branches/2014Q1/audio/pms/files/patch-src_message.h
     - copied unchanged from r340845, head/audio/pms/files/patch-src_message.h
Modified:
  branches/2014Q1/audio/pms/Makefile
  branches/2014Q1/audio/pms/pkg-descr
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/audio/pms/Makefile
==============================================================================
--- branches/2014Q1/audio/pms/Makefile	Thu Jan 23 20:12:54 2014	(r340857)
+++ branches/2014Q1/audio/pms/Makefile	Thu Jan 23 20:13:09 2014	(r340858)
@@ -10,16 +10,17 @@ MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNA
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	A ncurses-based client for the Music Player Daemon
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	libboost_regex.so:${PORTSDIR}/devel/boost-libs
 
 USES=		pkgconfig
-NO_STAGE=	yes
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 
-MAN1=	${PORTNAME}.1
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/pms.1.gz
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Copied: branches/2014Q1/audio/pms/files/patch-src_message.h (from r340845, head/audio/pms/files/patch-src_message.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/audio/pms/files/patch-src_message.h	Thu Jan 23 20:13:09 2014	(r340858, copy of r340845, head/audio/pms/files/patch-src_message.h)
@@ -0,0 +1,10 @@
+--- src/message.h.orig	2010-01-02 21:53:36.000000000 +0100
++++ src/message.h	2014-01-19 16:59:54.616726275 +0100
+@@ -25,6 +25,7 @@
+ #define _PMS_MESSAGE_H_
+ 
+ #include <string>
++#include <ctime>
+ 
+ using namespace std;
+ 

Modified: branches/2014Q1/audio/pms/pkg-descr
==============================================================================
--- branches/2014Q1/audio/pms/pkg-descr	Thu Jan 23 20:12:54 2014	(r340857)
+++ branches/2014Q1/audio/pms/pkg-descr	Thu Jan 23 20:13:09 2014	(r340858)
@@ -4,4 +4,4 @@ need an MPD client that is highly config
 features a simple but powerful interface similar to Vim, and runs on
 (at least) Linux and Mac OS X.
 
-WWW:	http://pms.sourceforge.net/
+WWW: http://pms.sourceforge.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401232013.s0NKD9tD008875>