svn commit: r436871 - head/devel/p5-Parse-Pidl
Timur I. Bakeyev
timur at FreeBSD.org
Sat Mar 25 03:04:36 UTC 2017
Author: timur
Date: Sat Mar 25 03:04:35 2017
New Revision: 436871
URL: https://svnweb.freebsd.org/changeset/ports/436871
Log:
Use port notion similar to Uses/samba.mk for easier transition. Bump default version to net/samba44.
Modified:
head/devel/p5-Parse-Pidl/Makefile
Modified: head/devel/p5-Parse-Pidl/Makefile
==============================================================================
--- head/devel/p5-Parse-Pidl/Makefile Sat Mar 25 02:54:46 2017 (r436870)
+++ head/devel/p5-Parse-Pidl/Makefile Sat Mar 25 03:04:35 2017 (r436871)
@@ -17,10 +17,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS=
-SAMBA4_PORT?= samba43
+SAMBA4_PORT?= net/samba44
SAMBA4_SUBPORT= yes
-MASTERDIR= ${.CURDIR}/../../net/${SAMBA4_PORT}
+MASTERDIR= ${.CURDIR}/../../${SAMBA4_PORT}
PKGDIR= ${.CURDIR}
USES= perl5
More information about the svn-ports-all
mailing list