- Update to 07.01.12
This commit is contained in:
parent
69cfea92dc
commit
5c84420936
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182256
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= xorg-edit
|
||||
PORTVERSION= 06.10.12
|
||||
PORTVERSION= 07.01.12
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}-src
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= GUI to edit xorg.conf
|
||||
@ -21,12 +21,13 @@ BUILD_WRKSRC= ${WRKSRC}/sources
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
post-extract:
|
||||
@${CHMOD} 644 ${BUILD_WRKSRC}/*
|
||||
@${CHMOD} -R a+rX,u+w ${WRKSRC}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,wx-config,${WX_CONFIG},g' ${BUILD_WRKSRC}/${MAKEFILE}
|
||||
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g;s|/usr/local|$${PREFIX}|g'\
|
||||
${BUILD_WRKSRC}/xorgedit/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xorg-edit_06.10.12-src.tar.gz) = 99209cef8f29a209ef0633d1628a3d84
|
||||
SHA256 (xorg-edit_06.10.12-src.tar.gz) = 3741a5cd924ca796080f703dbeda8abf227bc016d7f3d39b27957a755697c4e9
|
||||
SIZE (xorg-edit_06.10.12-src.tar.gz) = 87347
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user