- Update to 07.01.28
- Force wx 2.6 (instead of 2.6+) [1] Reported by: pointyhat via pav [1]
This commit is contained in:
parent
780755ffb7
commit
bd1ba8a5d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183562
2 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xorg-edit
|
||||
PORTVERSION= 07.01.12
|
||||
PORTVERSION= 07.01.28
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
||||
|
@ -14,10 +14,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
|||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= GUI to edit xorg.conf
|
||||
|
||||
USE_WX= 2.6+
|
||||
USE_WX= 2.6
|
||||
WX_UNICODE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
BUILD_WRKSRC= ${WRKSRC}/sources
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
#BUILD_WRKSRC= ${WRKSRC}/sources
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
post-extract:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xorg-edit_07.01.12_src.tar.gz) = fffd3bed41cfce58035a4f3b581a34f2
|
||||
SHA256 (xorg-edit_07.01.12_src.tar.gz) = 4cdaf00ddd1cd8e07b418768d2547ae2c04ed5b090fd7ad7d425a1dd59db2b36
|
||||
SIZE (xorg-edit_07.01.12_src.tar.gz) = 116523
|
||||
MD5 (xorg-edit_07.01.28_src.tar.gz) = 5990c70ddf6cae8af007ab640cb81147
|
||||
SHA256 (xorg-edit_07.01.28_src.tar.gz) = a46ee7355504633b361adf1109e3514f2690d851860a537f3a50afeecc9cfc79
|
||||
SIZE (xorg-edit_07.01.28_src.tar.gz) = 118399
|
||||
|
|
Loading…
Reference in a new issue