From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 11 20:40:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 764E916A421 for ; Thu, 11 Oct 2007 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4199F13C4B0 for ; Thu, 11 Oct 2007 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9BKe2wI044746 for ; Thu, 11 Oct 2007 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9BKe2pP044745; Thu, 11 Oct 2007 20:40:02 GMT (envelope-from gnats) Resent-Date: Thu, 11 Oct 2007 20:40:02 GMT Resent-Message-Id: <200710112040.l9BKe2pP044745@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C57316A41B for ; Thu, 11 Oct 2007 20:32:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E725F13C442 for ; Thu, 11 Oct 2007 20:32:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9BKWb7G073443 for ; Thu, 11 Oct 2007 20:32:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l9BKWblJ073442; Thu, 11 Oct 2007 20:32:37 GMT (envelope-from nobody) Message-Id: <200710112032.l9BKWblJ073442@www.freebsd.org> Date: Thu, 11 Oct 2007 20:32:37 GMT From: "Philip M. Gollucci" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/117120: www/apache-mode.el: [PATCH]: portlint cleanups X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 20:40:02 -0000 >Number: 117120 >Category: ports >Synopsis: www/apache-mode.el: [PATCH]: portlint cleanups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 20:40:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.0-current >Organization: Riderway Inc. >Environment: FreeBSD philip.hq.rws 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jul 26 16:44:37 EDT 2007 root@philip.office.rws:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1) remove - from PORTNAME 2) Start COMMENT with a captial >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache-mode.el/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 21 Nov 2006 20:56:01 -0000 1.1 +++ Makefile 11 Oct 2007 15:10:56 -0000 @@ -4,17 +4,18 @@ # # $FreeBSD: ports/www/apache-mode.el/Makefile,v 1.1 2006/11/21 20:56:01 pav Exp $ -PORTNAME= apache-mode.el +PORTNAME= mode.el PORTVERSION= 2.0 CATEGORIES= www elisp MASTER_SITES= http://ncd0.bsd.by/ports/distfiles/ \ http://www.emacswiki.org/cgi-bin/wiki/download/ +PKGNAMEPREFIX= apache- DISTNAME= apache-mode.el EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty MAINTAINER= m.boyarov@bsd.by -COMMENT= [X]Emacs major mode for editing Apache configuration files +COMMENT= Emacs and Xemacs major mode for editing Apache configuration files NO_WRKSUBDIR= yes NO_BUILD= yes @@ -22,11 +23,13 @@ EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp +EL= ${PKGNAMEPREFIX}${PORTNAME} + do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} - ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/${PORTNAME} - ${LN} -sf ${EMACSLISPDIR}/${PORTNAME} ${XEMACSLISPDIR}/${PORTNAME} + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/${EL} + ${LN} -sf ${EMACSLISPDIR}/${PORTNAME} ${XEMACSLISPDIR}/${EL} post-install: @${CAT} ${PKGMESSAGE} >Release-Note: >Audit-Trail: >Unformatted: