Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 15:38:59 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304748 - in head: biology/molden games/spellathon security/apg
Message-ID:  <201209231538.q8NFcx3Z027915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Sep 23 15:38:58 2012
New Revision: 304748
URL: http://svn.freebsd.org/changeset/ports/304748

Log:
  - Adjust "Created by" tag to include more complete submitter's information
  - Mute MKDIRs, remove trailing dot from RESTRICTED, drop leading indefinite
    article from COMMENT where appropriate

Modified:
  head/biology/molden/Makefile
  head/games/spellathon/Makefile
  head/security/apg/Makefile

Modified: head/biology/molden/Makefile
==============================================================================
--- head/biology/molden/Makefile	Sun Sep 23 15:33:15 2012	(r304747)
+++ head/biology/molden/Makefile	Sun Sep 23 15:38:58 2012	(r304748)
@@ -1,4 +1,4 @@
-# Whom: rmiya
+# Whom: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
 # $FreeBSD$
 
 PORTNAME=	molden
@@ -16,7 +16,7 @@ USE_XORG=	x11 xmu
 USE_GL=		glut
 USE_FORTRAN=	yes
 
-RESTRICTED=	free for academic, non profit usage; do not re-distribute source and executable.
+RESTRICTED=	free for academic, non profit usage; do not re-distribute source and executable
 MAKEFILE=	${WRKSRC}/makefile
 
 .if !defined(NOPORTDOCS)
@@ -36,12 +36,11 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/gmolden ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/surf/surf ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
 .endif
 .if !defined(NOPORTDATA)
-	${MKDIR} ${DATADIR}/test
-	${MKDIR} ${DATADIR}/utils
+	@${MKDIR} ${DATADIR}/test ${DATADIR}/utils
 	${INSTALL_DATA} ${WRKSRC}/test/* ${DATADIR}/test
 	${INSTALL_DATA} ${WRKSRC}/utils/* ${DATADIR}/utils
 .endif

Modified: head/games/spellathon/Makefile
==============================================================================
--- head/games/spellathon/Makefile	Sun Sep 23 15:33:15 2012	(r304747)
+++ head/games/spellathon/Makefile	Sun Sep 23 15:38:58 2012	(r304748)
@@ -1,4 +1,4 @@
-# Created by: girish
+# Created by: Girish <girish.rao.dev@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	spellathon
@@ -20,7 +20,7 @@ post-patch:
 do-install:
 	${INSTALL} ${WRKSRC}/spellathon ${PREFIX}/bin
 	${INSTALL} ${WRKSRC}/spellathon-cl ${PREFIX}/bin
-	${MKDIR} ${DATADIR}
+	@${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/dict/words.txt ${DATADIR}
 
 .include <bsd.port.mk>

Modified: head/security/apg/Makefile
==============================================================================
--- head/security/apg/Makefile	Sun Sep 23 15:33:15 2012	(r304747)
+++ head/security/apg/Makefile	Sun Sep 23 15:38:58 2012	(r304748)
@@ -1,4 +1,4 @@
-# Created by:	roam@FreeBSD.org
+# Created by: Peter Pentchev <roam@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	apg
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.adel.nursat.kz/
 MASTER_SITE_SUBDIR=	UNIX/misc
 
 MAINTAINER=	matthew@FreeBSD.org
-COMMENT=	An automated password generator
+COMMENT=	Automated password generator
 
 OPTIONS_DEFINE=	CRACKLIB
 CRACKLIB_DESCR=	CrackLib support for password quality
@@ -39,7 +39,7 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/man/apgbfm.1 ${MANPREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/doc/man/apgd.8 ${MANPREFIX}/man/man8
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
 .endif
 



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