From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 24 03:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2CC21820 for ; Tue, 24 Sep 2013 03:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CA3F2A2C for ; Tue, 24 Sep 2013 03:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8O300jF088323 for ; Tue, 24 Sep 2013 03:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8O300af088322; Tue, 24 Sep 2013 03:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 24 Sep 2013 03:00:00 GMT Resent-Message-Id: <201309240300.r8O300af088322@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, "Aryeh M. Friedman" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 479F97B4 for ; Tue, 24 Sep 2013 02:54:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3543029FC for ; Tue, 24 Sep 2013 02:54:14 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8O2sE3W089364 for ; Tue, 24 Sep 2013 02:54:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8O2sEqN089362; Tue, 24 Sep 2013 02:54:14 GMT (envelope-from nobody) Message-Id: <201309240254.r8O2sEqN089362@oldred.freebsd.org> Date: Tue, 24 Sep 2013 02:54:14 GMT From: "Aryeh M. Friedman" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182340: [MAINTAINER UPDATE] devl/aegis (repost) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 03:00:01 -0000 >Number: 182340 >Category: ports >Synopsis: [MAINTAINER UPDATE] devl/aegis (repost) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 24 03:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Aryeh M. Friedman >Release: >Organization: >Environment: >Description: Whats news: -- Upgrade to 4.25 (fixes many FreeBSD related bugs including ones reported by the maintainer) -- Clean up Makefile and other port files -- Set minimum GCC to be 4.8 (less is likely ok but this works) -- Dropped Tk/Tcl as a run time dependency Notes to committer: -- Install location of manpages is known to be an issue see note in current port Makefile >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 328073) +++ Makefile (working copy) @@ -1,79 +1,17 @@ -# Created by: alepulver -# $FreeBSD$ +CATEGORIES=devel +PORTNAME=aegis +DELTA=510 +PORTVERSION=4.25.D${DELTA} +MASTER_SITES=http://aegis.sourceforge.net/4.25/ +COMMENT=Transacation based version control system +MAINTAINER=aryeh.friedman@gmail.com -PORTNAME= aegis -PORTVERSION= 4.24.3 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= SF +GNU_CONFIGURE= yes +USE_GNOME= libxml2 +USE_GCC=4.8+ -MAINTAINER= aryeh.friedman@gmail.com -COMMENT= Transaction-based software configuration management system +BUILD_DEPENDS= ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ +# ${LOCALBASE}/bin/gcc:${PORTSDIR}/lang/gcc48 \ + ${LOCALBASE}/bin/pdf2ps:${PORTSDIR}/print/ghostscript9-nox11 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff - -USES= gettext perl5 -USE_GNOME= libxml2 -USE_TK= yes -GNU_CONFIGURE= yes -CPPFLAGS+= "-I${LOCALBASE}/include" -CONFIGURE_ARGS= --with-nlsdir="${PREFIX}/share/locale" -CONFIGURE_ENV= WISH="${WISH}" -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_UNSAFE= yes - -# XXX Manpages are installed into ${DATADIR} too -- there's no easy way to -# stop this because we don't have Makefile.am provided. Maintainer will -# sort this with upstream. - -MAN1= ae-cvs-ci.1 ae-repo-ci.1 ae-sccs-put.1 ae_c.1 ae_diff2htm.1 ae_p.1 \ - aeannotate.1 aeb.1 aebisect.1 aebuffy.1 aeca.1 aecd.1 aechown.1 \ - aeclean.1 aeclone.1 aecomp.1 aecomplete.1 aecp.1 aecpu.1 aecvsserver.1 \ - aed.1 aedb.1 aedbu.1 aede.1 aede-policy.1 aedeu.1 aediff.1 \ - aedist.1 aedn.1 aeedit.1 aefa.1 aefind.1 aefinish.1 aefp.1 \ - aeget.1 aegis.1 aegis.cgi.1 aeib.1 aeibu.1 aeifail.1 aeimport.1 \ - aeintegratq.1 aeipass.1 ael.1 aelcf.1 aelic.1 aelock.1 aelpf.1 \ - aels.1 aemakegen.1 aemeasure.1 aemt.1 aemtu.1 aemv.1 aemvu.1 aena.1 \ - aenbr.1 aenbru.1 aenc.1 aencu.1 aend.1 aenf.1 aenfu.1 aeni.1 aenpa.1 \ - aenpr.1 aenrls.1 aenrv.1 aent.1 aentu.1 aepa.1 aepatch.1 \ - aepromptcmd.1 aer.1 aera.1 aerb.1 aerbu.1 aerd.1 aerect.1 \ - aerevml.1 aerfail.1 aeri.1 aerm.1 aermpr.1 aermu.1 aerpa.1 \ - aerpass.1 aerpu.1 aerrv.1 aesub.1 aesubunit.1 aesvt.1 aet.1 \ - aetar.1 aev.1 aexml.1 aexver.1 tkaeca.1 tkaegis.1 tkaenc.1 \ - tkaepa.1 tkaer.1 -MAN5= aecattr.5 aecstate.5 aedir.5 aefattr.5 aefstate.5 aegis.5 \ - aegstate.5 aelock.5 aemetrics.5 aepattr.5 aepconf.5 aepstate.5 \ - aer.5 aerptidx.5 aesub.5 aetest.5 aeuconf.5 aeustate.5 -PORTDATA= * -PORTDOCS= * - -NO_STAGE= yes -.include - -post-patch: -# Avoid "2>/dev/null" redirect in csh (ends up with empty manpath). - @${REINPLACE_CMD} -Ee 's|(MANPATH_PROG) 2>/dev/null|\1|' \ - ${WRKSRC}/configure -# Fix path to Tk interpreter. - @cd ${WRKSRC}/script && ${REINPLACE_CMD} -e 's|wish |${WISH} |' \ - aebuffy.in aecomp.in aexver.in tkaeca.in tkaegis.in tkaenc.in \ - tkaepa.in tkaer.in xaegis.in -# Import global variable "datadir" inside function (not found otherwise). - @${REINPLACE_CMD} -e 's|global lib|& datadir|' \ - ${WRKSRC}/script/xaegis.in - -post-install: -.if !defined(NOPORTDOCS) -. for dir in de en - ${MKDIR} ${DOCSDIR}/${dir} - cd ${WRKSRC}/lib/${dir} && ${INSTALL_DATA} *.ps *.txt ${DOCSDIR}/${dir} -. endfor -.endif -# Fails to reinstall because keeps track of created directories, so make it -# forget that, by recreating them on each install. - @${FIND} ${WRKSRC} -type f -name ".*dir" -delete -# Information. - @${CAT} ${PKGMESSAGE} - -.include +.include Index: distinfo =================================================================== --- distinfo (revision 328073) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (aegis-4.24.3.tar.gz) = 0ecedfbb7dbd89107c927d00ab44b9291f31257a23f9ed4dcca29c58bb8b5767 -SIZE (aegis-4.24.3.tar.gz) = 4180073 +SIZE (aegis-4.25.D510.tar.gz) = 5194355 +SHA256 (aegis-4.25.D510.tar.gz) = 53484003cf47709f2366aaecfdfa594dddd5f8ae0bd794be7d24e9ad86bf458e >Release-Note: >Audit-Trail: >Unformatted: