Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2013 12:58:44 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315633 - head/math/proofgeneral
Message-ID:  <201303311258.r2VCwiu7045948@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sun Mar 31 12:58:43 2013
New Revision: 315633
URL: http://svnweb.freebsd.org/changeset/ports/315633

Log:
  - Fix packaging by removing unneeded PACKAGE_BUILDING hack
    from r295132 for ports/166867 that the maintainer did
    not actually submit
  
  Approved by:	portmgr
  With hat:	portmgr

Modified:
  head/math/proofgeneral/Makefile
  head/math/proofgeneral/pkg-plist

Modified: head/math/proofgeneral/Makefile
==============================================================================
--- head/math/proofgeneral/Makefile	Sun Mar 31 09:11:36 2013	(r315632)
+++ head/math/proofgeneral/Makefile	Sun Mar 31 12:58:43 2013	(r315633)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:   proofgeneral
-# Date created:        11 August 2005
-# Whom:                Timothy Bourke <timbob@bigpond.com>
-#
+# Created by: Timothy Bourke <timbob@bigpond.com>
 # $FreeBSD$
-#
 
 PORTNAME=	proofgeneral
 PORTVERSION=	4.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math elisp
 MASTER_SITES=	http://proofgeneral.inf.ed.ac.uk/releases/
 PKGNAMESUFFIX=	-${EMACS_NAME}
@@ -30,12 +26,6 @@ USE_PERL5=	yes
 
 .include <bsd.port.pre.mk>
 
-.ifdef (PACKAGE_BUILDING)
-PLIST_SUB+=	PACKAGE_BUILDING="@comment "
-.else
-PLIST_SUB+=	PACKAGE_BUILDING=""
-.endif
-
 .if ${EMACS_NAME} == xemacs
 IGNORE=	the ProofGeneral developers no longer support XEmacs
 .endif

Modified: head/math/proofgeneral/pkg-plist
==============================================================================
--- head/math/proofgeneral/pkg-plist	Sun Mar 31 09:11:36 2013	(r315632)
+++ head/math/proofgeneral/pkg-plist	Sun Mar 31 12:58:43 2013	(r315633)
@@ -232,7 +232,7 @@ share/icons/hicolor/48x48/proofgeneral.p
 share/mime-info/proofgeneral.keys
 share/mime-info/proofgeneral.mime
 share/pixmaps/proofgeneral.png
-%%PACKAGE_BUILDING%%@dirrmtry share/mime-info
+@dirrmtry share/mime-info
 @dirrmtry share/icons/hicolor/48x48
 @dirrmtry share/icons/hicolor/32x32
 @dirrmtry share/icons/hicolor/16x16
@@ -254,5 +254,5 @@ share/pixmaps/proofgeneral.png
 @dirrm %%EMACS_SITE_LISPDIR%%/ProofGeneral/acl2
 @dirrm %%EMACS_SITE_LISPDIR%%/ProofGeneral
 @dirrmtry share/applications
-%%PACKAGE_BUILDING%%@dirrmtry share/application-registry
+@dirrmtry share/application-registry
 @dirrmtry share/pixmaps



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