Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 09:39:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327046 - in head: audio/beep editors/textroom sysutils/apachetop x11-wm/jwm
Message-ID:  <201309120939.r8C9dJ8Y099878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 12 09:39:19 2013
New Revision: 327046
URL: http://svnweb.freebsd.org/changeset/ports/327046

Log:
  Reassign to the heap as maintainer no longer use FreeBSD
  While here:
  Use options helpers where possible
  
  Submitted by:	Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)

Modified:
  head/audio/beep/Makefile
  head/editors/textroom/Makefile
  head/editors/textroom/pkg-descr
  head/sysutils/apachetop/Makefile
  head/x11-wm/jwm/Makefile

Modified: head/audio/beep/Makefile
==============================================================================
--- head/audio/beep/Makefile	Thu Sep 12 09:14:10 2013	(r327045)
+++ head/audio/beep/Makefile	Thu Sep 12 09:39:19 2013	(r327046)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	beep
-# Date Created:				June 9, 2002
-# Whom:					Tyler Spivey
-#
+# Created by: Tyler Spivey
 # $FreeBSD$
 
 PORTNAME=	beep
@@ -9,7 +6,7 @@ PORTVERSION=	1.0
 CATEGORIES=	audio
 MASTER_SITES=	http://freebsd.unixfreunde.de/sources/
 
-MAINTAINER=	admin@mjbrune.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Beeps a certain duration and pitch out of the PC Speaker
 
 MAN1=		beep.1

Modified: head/editors/textroom/Makefile
==============================================================================
--- head/editors/textroom/Makefile	Thu Sep 12 09:14:10 2013	(r327045)
+++ head/editors/textroom/Makefile	Thu Sep 12 09:39:19 2013	(r327046)
@@ -7,14 +7,14 @@ PORTREVISION=	4
 CATEGORIES=	editors
 MASTER_SITES=	SF
 
-MAINTAINER=	admin@mjbrune.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Full screen text editor
 
-LIB_DEPENDS=	hunspell-1.3:${PORTSDIR}/textproc/hunspell \
-		xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \
-		curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
+		libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \
+		libcurl.so:${PORTSDIR}/ftp/curl
 
-USES=	shared-mime-info
+USES=		shared-mime-info
 USE_SDL=	mixer
 USE_QT4=	moc_build qmake_build rcc_build uic_build corelib gui xml \
 		svg opengl qt3support

Modified: head/editors/textroom/pkg-descr
==============================================================================
--- head/editors/textroom/pkg-descr	Thu Sep 12 09:14:10 2013	(r327045)
+++ head/editors/textroom/pkg-descr	Thu Sep 12 09:39:19 2013	(r327046)
@@ -4,4 +4,4 @@ your liking, as well as familiar set of 
 its behavior. If you don't feel comfortable already with your editor
 of choice, you may find it useful.
 
-WWW:	http://code.google.com/p/textroom/
+WWW: http://code.google.com/p/textroom/

Modified: head/sysutils/apachetop/Makefile
==============================================================================
--- head/sysutils/apachetop/Makefile	Thu Sep 12 09:14:10 2013	(r327045)
+++ head/sysutils/apachetop/Makefile	Thu Sep 12 09:39:19 2013	(r327046)
@@ -7,10 +7,9 @@ PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.webta.org/apachetop/
 
-MAINTAINER=	admin@mjbrune.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Apache RealTime log stats
 
-
 GNU_CONFIGURE=	yes
 
 MAN1=		apachetop.1
@@ -19,22 +18,14 @@ PLIST_FILES=	bin/apachetop
 OPTIONS_DEFINE=	ADNS FAM PCRE
 ADNS_DESC=	Asynchronous-capable DNS support
 
-.include <bsd.port.options.mk>
+ADNS_LIB_DEPENDS=	libadns.so:${PORTSDIR}/dns/adns
+ADNS_CONFIGURE_ON=	--with-adns=${LOCALBASE}
+
+FAM_LIB_DEPENDS=	libfam.so:${PORTSDIR}/devel/fam
+FAM_CONFIGURE_ON=	--with-fam=${LOCALBASE}
 
-.if ${PORT_OPTIONS:MADNS}
-LIB_DEPENDS+=	adns.1:${PORTSDIR}/dns/adns
-CONFIGURE_ARGS+=--with-adns=${LOCALBASE}
-.endif
-
-.if ${PORT_OPTIONS:MFAM}
-LIB_DEPENDS+=	fam.0:${PORTSDIR}/devel/fam
-CONFIGURE_ARGS+=--with-fam=${LOCALBASE}
-.endif
-
-.if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+=	pcre.3:${PORTSDIR}/devel/pcre
-CONFIGURE_ARGS+=--with-pcre=${LOCALBASE}
-.endif
+PCRE_LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
+PCRE_COFNIGURE_ON=	--with-pcre=${LOCALBASE}
 
 post-patch:
 	@${REINPLACE_CMD} -E -e 's,struct (circle_struct),\1,g' \

Modified: head/x11-wm/jwm/Makefile
==============================================================================
--- head/x11-wm/jwm/Makefile	Thu Sep 12 09:14:10 2013	(r327045)
+++ head/x11-wm/jwm/Makefile	Thu Sep 12 09:39:19 2013	(r327046)
@@ -7,12 +7,12 @@ PORTREVISION=	4
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF http://joewing.net/programs/jwm/releases/
 
-MAINTAINER=	admin@mjbrune.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Joe's Window Manager
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 USES=		pkgconfig
 USE_XORG=	xpm
@@ -28,11 +28,11 @@ OPTIONS_DEFINE=	FRIBIDI XFT XINERAMA JPE
 OPTIONS_DEFAULT=	FRIBIDI XFT XINERAMA JPEG
 DEBUG_DESC=	Enable debugging
 
-.include <bsd.port.options.mk>
+FRIBIDI_BUILD_DEPENDS=	fribidi:${PORTSDIR}/converters/fribidi
+JPEG_LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
+DEBUG_CONFIGURE_ON=	--enable-debug
 
-.if ${PORT_OPTIONS:MFRIBIDI}
-BUILD_DEPENDS+=	fribidi:${PORTSDIR}/converters/fribidi
-.endif
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MXFT}
 USE_XORG+=	xft
@@ -42,14 +42,6 @@ USE_XORG+=	xft
 USE_XORG+=	xinerama
 .endif
 
-.if ${PORT_OPTIONS:MJPEG}
-LIB_DEPENDS+=	jpeg:${PORTSDIR}/graphics/jpeg
-.endif
-
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+=	--enable-debug
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/example.jwmrc



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