svn commit: r446672 - head/security/krb5-devel
Cy Schubert
cy at FreeBSD.org
Wed Jul 26 18:19:12 UTC 2017
Author: cy
Date: Wed Jul 26 18:19:10 2017
New Revision: 446672
URL: https://svnweb.freebsd.org/changeset/ports/446672
Log:
PORTVERSION and DISTVERSION should not be defined together.
Modified:
head/security/krb5-devel/Makefile
Modified: head/security/krb5-devel/Makefile
==============================================================================
--- head/security/krb5-devel/Makefile Wed Jul 26 18:14:42 2017 (r446671)
+++ head/security/krb5-devel/Makefile Wed Jul 26 18:19:10 2017 (r446672)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= krb5
-DISTVERSION= 1.16
-PORTVERSION= ${DISTVERSION}.${MIT_COMMIT_DATE}
+PORTVERSION= 1.16
CATEGORIES= security
.if !defined(MASTERDIR)
PKGNAMESUFFIX= -devel
More information about the svn-ports-head
mailing list