ports/176329: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Feb 22 11:00:01 UTC 2013


The following reply was made to PR ports/176329; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/176329: commit references a PR
Date: Fri, 22 Feb 2013 10:58:24 +0000 (UTC)

 Author: makc
 Date: Fri Feb 22 10:58:15 2013
 New Revision: 312761
 URL: http://svnweb.freebsd.org/changeset/ports/312761
 
 Log:
   - Add desktop entry
   - Clean up
   
   PR:		ports/176329
   Approved by:	maintainer
 
 Modified:
   head/net/wpa_gui/Makefile   (contents, props changed)
 
 Modified: head/net/wpa_gui/Makefile
 ==============================================================================
 --- head/net/wpa_gui/Makefile	Fri Feb 22 10:57:24 2013	(r312760)
 +++ head/net/wpa_gui/Makefile	Fri Feb 22 10:58:15 2013	(r312761)
 @@ -1,30 +1,30 @@
 -# New ports collection makefile for:	wpa_gui
 -# Date created:		2009-01-10
 -# Whom:			Ilya Bakulin <webmaster at kibab.com>
 -#
 +# Created by: Ilya Bakulin <webmaster at kibab.com>
  # $FreeBSD$
 -#
  
  PORTNAME=	wpa_gui
  PORTVERSION=	0.5.11
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	net
  MASTER_SITES=	http://hostap.epitest.fi/releases/
  DISTNAME=	wpa_supplicant-${PORTVERSION}
  
  MAINTAINER=	webmaster at kibab.com
 -COMMENT=	QT GUI for wpa_supplicant
 +COMMENT=	Qt-based frontend for wpa_supplicant
  
  PLIST_FILES=	sbin/${PORTNAME}
  WRKSRC=		${WRKDIR}/${DISTNAME}/wpa_gui-qt4
  USE_QT4=	gui qt3support qmake_build moc_build uic_build
 -
 +QMAKE_ARGS+=	PREFIX=${PREFIX}
  HAS_CONFIGURE=	yes
 +MAKE_JOBS_SAFE=	yes
 +
 +DESKTOP_ENTRIES=	"${PORTNAME}" "Frontend for WPA Supplicant" "" \
 +			"${PORTNAME}" "System;Qt;" "true"
  
  do-configure:
 -	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} -unix PREFIX=${PREFIX} ${PORTNAME}.pro
 +	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
  
  do-install:
 -	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
 +	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
  
  .include <bsd.port.mk>
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list