mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
2 changed files with 9 additions and 8 deletions
|
@ -6,10 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= xorg-edit
|
PORTNAME= xorg-edit
|
||||||
PORTVERSION= 06.10.12
|
PORTVERSION= 07.01.12
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
||||||
|
|
||||||
MAINTAINER= infofarmer@FreeBSD.org
|
MAINTAINER= infofarmer@FreeBSD.org
|
||||||
COMMENT= GUI to edit xorg.conf
|
COMMENT= GUI to edit xorg.conf
|
||||||
|
@ -21,12 +21,13 @@ BUILD_WRKSRC= ${WRKSRC}/sources
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${CHMOD} 644 ${BUILD_WRKSRC}/*
|
@${CHMOD} -R a+rX,u+w ${WRKSRC}
|
||||||
|
|
||||||
post-patch:
|
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:
|
do-install:
|
||||||
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (xorg-edit_06.10.12-src.tar.gz) = 99209cef8f29a209ef0633d1628a3d84
|
MD5 (xorg-edit_07.01.12_src.tar.gz) = fffd3bed41cfce58035a4f3b581a34f2
|
||||||
SHA256 (xorg-edit_06.10.12-src.tar.gz) = 3741a5cd924ca796080f703dbeda8abf227bc016d7f3d39b27957a755697c4e9
|
SHA256 (xorg-edit_07.01.12_src.tar.gz) = 4cdaf00ddd1cd8e07b418768d2547ae2c04ed5b090fd7ad7d425a1dd59db2b36
|
||||||
SIZE (xorg-edit_06.10.12-src.tar.gz) = 87347
|
SIZE (xorg-edit_07.01.12_src.tar.gz) = 116523
|
||||||
|
|
Loading…
Add table
Reference in a new issue