Bug 188279 - [PATCH] mail/isoqlog: stage support, take maintainership
Summary: [PATCH] mail/isoqlog: stage support, 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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-05 06:00 UTC by Danilo G. Baio
Modified: 2014-04-05 21:10 UTC (History)
0 users

See Also:


Attachments
isoqlog-2.2.1.patch (626 bytes, patch)
2014-04-05 06:00 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2014-04-05 06:00:00 UTC
- Stage support
- Take maintainership

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-04-05 20:27:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-05 21:03:39 UTC
Author: danilo
Date: Sat Apr  5 20:03:34 2014
New Revision: 350261
URL: http://svnweb.freebsd.org/changeset/ports/350261
QAT: https://qat.redports.org/buildarchive/r350261/

Log:
  - Add stage support
  - Pass maintainership to submitter
  
  while here
  - Improve COMMENT
  - Convert USE_GMAKE to USES
  - Add DOCS option
  - Install docs unconditionally
  - Use %%DATADIR%% in pkg-plist
  
  PR:		ports/188279
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>

Modified:
  head/mail/isoqlog/Makefile
  head/mail/isoqlog/pkg-plist

Modified: head/mail/isoqlog/Makefile
==============================================================================
--- head/mail/isoqlog/Makefile	Sat Apr  5 19:44:15 2014	(r350260)
+++ head/mail/isoqlog/Makefile	Sat Apr  5 20:03:34 2014	(r350261)
@@ -9,25 +9,16 @@ MASTER_SITES=	http://www.enderunix.org/i
 		http://www.trunix.org/projeler/isoqlog/ \
 		http://www.acikkod.org/softwares/
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A qmail, postfix, sendmail, exim MTA log analysis program
+MAINTAINER=	dbaio@bsd.com.br
+COMMENT=	Qmail, postfix, sendmail, exim MTA log analysis program
 
-GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-
-SUB_FILES=	pkg-message
+LICENSE=	BSD3CLAUSE
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+GNU_CONFIGURE=	yes
+USES=	gmake
 
-.ifdef NOPORTDOCS
-post-patch:
-	@${REINPLACE_CMD} -e '/install-data-am:/s/install-${PORTNAME}_docDATA//' \
-			-e '/SUBDIRS = /s/tr//' \
-		${WRKSRC}/Makefile.in
-.endif
+OPTIONS_DEFINE=	DOCS
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
+SUB_FILES=	pkg-message
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/mail/isoqlog/pkg-plist
==============================================================================
--- head/mail/isoqlog/pkg-plist	Sat Apr  5 19:44:15 2014	(r350260)
+++ head/mail/isoqlog/pkg-plist	Sat Apr  5 20:03:34 2014	(r350261)
@@ -21,42 +21,42 @@ etc/isoqlog.domains-dist
 %%PORTDOCS%%%%DOCSDIR%%/tr/KOPYALAMA
 %%PORTDOCS%%%%DOCSDIR%%/tr/KURULUM
 %%PORTDOCS%%%%DOCSDIR%%/tr/YAZARLAR
-share/isoqlog/htmltemp/daily.html
-share/isoqlog/htmltemp/domain.html
-share/isoqlog/htmltemp/index.html
-share/isoqlog/htmltemp/generaldaily.html
-share/isoqlog/htmltemp/generaldomain.html
-share/isoqlog/htmltemp/generalmonthly.html
-share/isoqlog/htmltemp/generalyearly.html
-share/isoqlog/htmltemp/monthly.html
-share/isoqlog/htmltemp/yearly.html
-share/isoqlog/htmltemp/images/dot.gif
-share/isoqlog/htmltemp/images/home.gif
-share/isoqlog/htmltemp/images/isoqlog.gif
-share/isoqlog/htmltemp/images/pk.gif
-share/isoqlog/htmltemp/images/up.gif
-share/isoqlog/htmltemp/library/isoqlog.css
-share/isoqlog/lang/bulgarian
-share/isoqlog/lang/czech
-share/isoqlog/lang/danish
-share/isoqlog/lang/dutch
-share/isoqlog/lang/english
-share/isoqlog/lang/french
-share/isoqlog/lang/finnish
-share/isoqlog/lang/german
-share/isoqlog/lang/italian
-share/isoqlog/lang/norwegian
-share/isoqlog/lang/russian
-share/isoqlog/lang/polish
-share/isoqlog/lang/portuguese
-share/isoqlog/lang/romana
-share/isoqlog/lang/spanish
-share/isoqlog/lang/swedish
-share/isoqlog/lang/turkish
+%%DATADIR%%/htmltemp/daily.html
+%%DATADIR%%/htmltemp/domain.html
+%%DATADIR%%/htmltemp/index.html
+%%DATADIR%%/htmltemp/generaldaily.html
+%%DATADIR%%/htmltemp/generaldomain.html
+%%DATADIR%%/htmltemp/generalmonthly.html
+%%DATADIR%%/htmltemp/generalyearly.html
+%%DATADIR%%/htmltemp/monthly.html
+%%DATADIR%%/htmltemp/yearly.html
+%%DATADIR%%/htmltemp/images/dot.gif
+%%DATADIR%%/htmltemp/images/home.gif
+%%DATADIR%%/htmltemp/images/isoqlog.gif
+%%DATADIR%%/htmltemp/images/pk.gif
+%%DATADIR%%/htmltemp/images/up.gif
+%%DATADIR%%/htmltemp/library/isoqlog.css
+%%DATADIR%%/lang/bulgarian
+%%DATADIR%%/lang/czech
+%%DATADIR%%/lang/danish
+%%DATADIR%%/lang/dutch
+%%DATADIR%%/lang/english
+%%DATADIR%%/lang/french
+%%DATADIR%%/lang/finnish
+%%DATADIR%%/lang/german
+%%DATADIR%%/lang/italian
+%%DATADIR%%/lang/norwegian
+%%DATADIR%%/lang/russian
+%%DATADIR%%/lang/polish
+%%DATADIR%%/lang/portuguese
+%%DATADIR%%/lang/romana
+%%DATADIR%%/lang/spanish
+%%DATADIR%%/lang/swedish
+%%DATADIR%%/lang/turkish
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/tr
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm share/isoqlog/htmltemp/images
-@dirrm share/isoqlog/htmltemp/library
-@dirrm share/isoqlog/htmltemp
-@dirrm share/isoqlog/lang
-@dirrm share/isoqlog
+@dirrm %%DATADIR%%/htmltemp/images
+@dirrm %%DATADIR%%/htmltemp/library
+@dirrm %%DATADIR%%/htmltemp
+@dirrm %%DATADIR%%/lang
+@dirrm %%DATADIR%%
_______________________________________________
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 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-04-05 21:04:42 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!