From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 10 14:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1381C7C6 for ; Sun, 10 Feb 2013 14:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 07396FE4 for ; Sun, 10 Feb 2013 14:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1AEU1NL045936 for ; Sun, 10 Feb 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1AEU1Tw045935; Sun, 10 Feb 2013 14:30:01 GMT (envelope-from gnats) Date: Sun, 10 Feb 2013 14:30:01 GMT Message-Id: <201302101430.r1AEU1Tw045935@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174994: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 14:30:02 -0000 The following reply was made to PR ports/174994; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174994: commit references a PR Date: Sun, 10 Feb 2013 14:27:39 +0000 (UTC) Author: miwi Date: Sun Feb 10 14:27:26 2013 New Revision: 312026 URL: http://svnweb.freebsd.org/changeset/ports/312026 Log: - Update to 0.1.6 PR: 174994 Submitted by: maintainer Modified: head/mail/deforaos-mailer/Makefile head/mail/deforaos-mailer/distinfo head/mail/deforaos-mailer/files/patch-doc__Makefile Modified: head/mail/deforaos-mailer/Makefile ============================================================================== --- head/mail/deforaos-mailer/Makefile Sun Feb 10 14:14:32 2013 (r312025) +++ head/mail/deforaos-mailer/Makefile Sun Feb 10 14:27:26 2013 (r312026) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= mailer -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 + CATEGORIES= mail -MASTER_SITES= http://www.defora.org/os/download/download/3704/ +MASTER_SITES= http://www.defora.org/os/download/download/4029/ DISTNAME= Mailer-${PORTVERSION} PKGNAMEPREFIX= deforaos- @@ -24,6 +25,7 @@ USE_GETTEXT= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_OPENSSL= yes +MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${MANPREFIX}/man Modified: head/mail/deforaos-mailer/distinfo ============================================================================== --- head/mail/deforaos-mailer/distinfo Sun Feb 10 14:14:32 2013 (r312025) +++ head/mail/deforaos-mailer/distinfo Sun Feb 10 14:27:26 2013 (r312026) @@ -1,2 +1,2 @@ -SHA256 (Mailer-0.1.5.tar.gz) = dc3d7d0501a08c047dfbd6dce9504dea844d4b5bff7fad90b8e6439342dea64d -SIZE (Mailer-0.1.5.tar.gz) = 105898 +SHA256 (Mailer-0.1.6.tar.gz) = 22ad806a556cadd048aa433a1e6c872101a259acf7f16530cd26500d75dd261f +SIZE (Mailer-0.1.6.tar.gz) = 112910 Modified: head/mail/deforaos-mailer/files/patch-doc__Makefile ============================================================================== --- head/mail/deforaos-mailer/files/patch-doc__Makefile Sun Feb 10 14:14:32 2013 (r312025) +++ head/mail/deforaos-mailer/files/patch-doc__Makefile Sun Feb 10 14:27:26 2013 (r312026) @@ -1,5 +1,5 @@ ---- ./doc/Makefile.orig 2012-10-14 19:06:02.000000000 +0200 -+++ ./doc/Makefile 2012-12-19 15:18:51.668613464 +0100 +--- doc/Makefile.orig 2012-12-28 01:37:10.226479405 +0100 ++++ doc/Makefile 2012-12-28 01:37:39.498467834 +0100 @@ -1,5 +1,5 @@ SUBDIRS = gtkdoc -TARGETS = compose.1 compose.html gtkdoc/Mailer.types gtkdoc/tmpl.stamp gtkdoc/sgml.stamp gtkdoc/html.stamp mailer.1 mailer.html @@ -16,15 +16,14 @@ subdirs: @for i in $(SUBDIRS); do (cd $$i && $(MAKE)) || exit; done -@@ -48,9 +48,8 @@ - +@@ -49,10 +49,7 @@ install: $(TARGETS) @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done + ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "compose.1" - ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "compose.html" - ./gtkdoc.sh -P "$(DESTDIR)$(PREFIX)" -i -- "gtkdoc/html.stamp" + ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "mailer.1" - ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "mailer.html" -+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "compose.1" -+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "mailer.1" uninstall: @for i in $(SUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit; done _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"