diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-29 23:33:03 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-29 23:33:03 +0000 |
| commit | b7119990b01a4e0b401c6a70947fe36790c8152e (patch) | |
| tree | f0e17f835fe7cb893e629ad0f4b142b04402e2a1 | |
| parent | Minor fix to the patch file in net/xbone-gui (diff) | |
Minor fix to the patch file in net/xbone-gui
The CA cert of net/xbone was being overwritten by net/xbone-gui.
The previous fix was incomplete.
PR: ports/89686
Submitted by: Venkata Pingali <pingali@isi.edu>
Approved by: maintainer email is a mailinglist which doesn't accept submissio
Notes
Notes:
svn path=/head/; revision=149973
| -rw-r--r-- | net/xbone-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile index 9fa5d630ed1c..0b1c219e18b2 100644 --- a/net/xbone-gui/Makefile +++ b/net/xbone-gui/Makefile @@ -7,7 +7,7 @@ PORTNAME= XBone-GUI PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= http://www.isi.edu/xbone/software/xbone/ DISTNAME= XBone-${PORTVERSION} |
