svn commit: r455523 - head/devel/cvs-syncmail

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 4 16:19:17 UTC 2017


Author: amdmi3
Date: Mon Dec  4 16:19:15 2017
New Revision: 455523
URL: https://svnweb.freebsd.org/changeset/ports/455523

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Remove obsolete OSVERSION condition

Modified:
  head/devel/cvs-syncmail/Makefile

Modified: head/devel/cvs-syncmail/Makefile
==============================================================================
--- head/devel/cvs-syncmail/Makefile	Mon Dec  4 15:43:36 2017	(r455522)
+++ head/devel/cvs-syncmail/Makefile	Mon Dec  4 16:19:15 2017	(r455523)
@@ -6,24 +6,23 @@ PORTVERSION=	2.1
 CATEGORIES=	devel python
 MASTER_SITES=	SF
 DISTNAME=	syncmail
-EXTRACT_SUFX=
+EXTRACT_SUFX=	# none
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	CVS notification tool
 
+RUN_DEPENDS=	cvs:devel/cvs
+
+LICENSE=	BSD3CLAUSE  # see CVS repository on SourceForge
+
 USES=		python shebangfix
 SHEBANG_FILES=	${DISTNAME}
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/${DISTNAME}
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
-RUN_DEPENDS=	cvs:devel/cvs
-.endif
-
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
@@ -31,4 +30,4 @@ do-extract:
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${DISTNAME}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list