svn commit: r457832 - branches/2018Q1/devel/pycanberra

Antoine Brodin antoine at FreeBSD.org
Tue Jan 2 06:57:38 UTC 2018


Author: antoine
Date: Tue Jan  2 06:57:37 2018
New Revision: 457832
URL: https://svnweb.freebsd.org/changeset/ports/457832

Log:
  MFH: r457831
  
  - Fix a typo, an empty package was created
  - While here, fix indentation

Modified:
  branches/2018Q1/devel/pycanberra/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/devel/pycanberra/Makefile
==============================================================================
--- branches/2018Q1/devel/pycanberra/Makefile	Tue Jan  2 06:56:20 2018	(r457831)
+++ branches/2018Q1/devel/pycanberra/Makefile	Tue Jan  2 06:57:37 2018	(r457832)
@@ -1,9 +1,10 @@
 # Created by: blubee <hello at blubee.me>
 # $FreeBSD$
 
-PORTNAME=		pycanberra
-DISTVERSION=		1
-CATEGORIES=		devel
+PORTNAME=	pycanberra
+DISTVERSION=	1
+PORTREVISION=	1
+CATEGORIES=	devel
 
 MAINTAINER=	hello at blubee.me
 COMMENT=	Very basic wrapper for libcanberra
@@ -20,7 +21,7 @@ GH_TAGNAME=	88c53cd
 
 post-patch:
 	@(cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/pycanberra && \
-	${MV} pycanberra.py ${WRKSRC}/pycanbberra && \
+	${MV} pycanberra.py ${WRKSRC}/pycanberra && \
 	${TOUCH} __init__.py)
 
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list