diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-10-25 21:15:23 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-10-25 21:15:23 +0000 |
commit | c44c48c59e15b3b09ce15be18ccb119bdb374641 (patch) | |
tree | f430b7a8eba4dd2de026745a5257054e4001e083 /security/krb5 | |
parent | 4cd39d150c7969dd63623155d73c43efbd420576 (diff) | |
download | ports-c44c48c59e15b3b09ce15be18ccb119bdb374641.tar.gz ports-c44c48c59e15b3b09ce15be18ccb119bdb374641.zip |
Notes
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 1 | ||||
-rw-r--r-- | security/krb5/files/patch-ax | 10 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 31a141fdb862..335a13a425e3 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -7,6 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed diff --git a/security/krb5/files/patch-ax b/security/krb5/files/patch-ax index 2c110174a901..6cbb8289f93e 100644 --- a/security/krb5/files/patch-ax +++ b/security/krb5/files/patch-ax @@ -1,7 +1,9 @@ ---- ../doc/Makefile.orig Thu Dec 21 14:07:10 2006 -+++ ../doc/Makefile Tue Jan 9 18:29:27 2007 -@@ -2,7 +2,7 @@ - DVI=texi2dvi +--- ../doc/Makefile.orig 2007-09-17 20:36:09.000000000 -0700 ++++ ../doc/Makefile 2007-10-25 14:04:48.000000000 -0700 +@@ -1,8 +1,8 @@ + SRCDIR=../src +-DVI=texi2dvi4a2ps # texi2dvi ++DVI=texi2dvi # texi2dvi DVIPS=dvips -o "$@" PSPDF=ps2pdf -INFO=makeinfo |