Bug 178212 - sysutils/savelogs update and take maintainership
Summary: sysutils/savelogs update and take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-28 02:50 UTC by Danilo Egêa Gondolfo
Modified: 2013-05-02 00:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.87 KB, patch)
2013-04-28 02:50 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-04-28 02:50:00 UTC
sysutils/savelogs updated from 1.97 to 1.98.

Changes:
 - Makefile header crop;
 - Updated from 1.97 to 1.98;
 - Take maintainership;
 - Options introduced.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-28 02:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-02 00:30:35 UTC
Author: bdrewery
Date: Wed May  1 23:30:28 2013
New Revision: 317068
URL: http://svnweb.freebsd.org/changeset/ports/317068

Log:
  - Update to 1.98
  - Trim header
  - Pass maintainership to submitter
  - Add DOCS/EXAMPLES options
  
  PR:		ports/178212
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>

Modified:
  head/sysutils/savelogs/Makefile
  head/sysutils/savelogs/distinfo

Modified: head/sysutils/savelogs/Makefile
==============================================================================
--- head/sysutils/savelogs/Makefile	Wed May  1 23:27:09 2013	(r317067)
+++ head/sysutils/savelogs/Makefile	Wed May  1 23:30:28 2013	(r317068)
@@ -1,32 +1,32 @@
-# New ports collection makefile for:	savelogs
-# Date created:		2004-04-29
-# Whom:			ports@c0decafe.net
-#
+# Created by: ports@c0decafe.net
 # $FreeBSD$
-#
 
 PORTNAME=	savelogs
-PORTVERSION=	1.97
+PORTVERSION=	1.98
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SCOTTW
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Save log files in a nice way
 
 PERL_CONFIGURE=	yes
 
 MAN1=		rotation.1 savelogs.1
 
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
+.include <bsd.port.options.mk>
+
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/conf/savelogs.conf.sample ${PREFIX}/etc/
-.if !defined(NOPORTDOCS)
+	${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.sample ${PREFIX}/etc/
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/FAQ ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
 .endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
 	${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_MAN} ${WRKSRC}/conf/savelogs.conf.lint ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.lint ${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/sysutils/savelogs/distinfo
==============================================================================
--- head/sysutils/savelogs/distinfo	Wed May  1 23:27:09 2013	(r317067)
+++ head/sysutils/savelogs/distinfo	Wed May  1 23:30:28 2013	(r317068)
@@ -1,2 +1,2 @@
-SHA256 (savelogs-1.97.tar.gz) = 1169a5813c5d89f2242d6198a72a6de6240d49602e1b3833c48e0e09eeb67536
-SIZE (savelogs-1.97.tar.gz) = 111418
+SHA256 (savelogs-1.98.tar.gz) = f68d9b0c6bebe23534251b49f89619b55297eb175489ec749877e170fd8ee97e
+SIZE (savelogs-1.98.tar.gz) = 111656
_______________________________________________
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"
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-05-02 00:30:39 UTC
State Changed
From-To: open->closed

Committed; The PLIST_SUB Changes were not needed.