svn commit: r341296 - head/audio/pms

Thomas Zander riggs at FreeBSD.org
Sun Jan 26 22:09:28 UTC 2014


Author: riggs
Date: Sun Jan 26 22:09:27 2014
New Revision: 341296
URL: http://svnweb.freebsd.org/changeset/ports/341296
QAT: https://qat.redports.org/buildarchive/r341296/

Log:
  - Transfer maintainership to riggs
  - Make port honour STRIP_CMD
  
  Approved by:	maintainer (ashish), mentor (thierry)

Modified:
  head/audio/pms/Makefile

Modified: head/audio/pms/Makefile
==============================================================================
--- head/audio/pms/Makefile	Sun Jan 26 22:00:23 2014	(r341295)
+++ head/audio/pms/Makefile	Sun Jan 26 22:09:27 2014	(r341296)
@@ -7,7 +7,7 @@ CATEGORIES=	audio
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ashish at FreeBSD.org
+MAINTAINER=	riggs at FreeBSD.org
 COMMENT=	A ncurses-based client for the Music Player Daemon
 
 LICENSE=	GPLv3
@@ -22,6 +22,8 @@ USE_GNOME=	glib20
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/pms.1.gz
 
+CONFIGURE_ENV=	STRIP=${STRIP_CMD}
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list