- Revert changes that got spammed into previous revision
PR: ports/143628 Submitted by: Martin Birgmeier <martin.birgmeier@aon.at>
This commit is contained in:
parent
f18d011411
commit
66a14a10df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249367
1 changed files with 1 additions and 6 deletions
|
@ -54,8 +54,7 @@ PORTDESTDIR= ${PREFIX}/${PORTNAME}
|
|||
NO_WRKSUBDIR= yes
|
||||
|
||||
ECLIPSE_RELEASE=3.4.2.M20090211-1700
|
||||
#ECLIPSE_VERSION=${ECLIPSE_RELEASE}-${PORTREVISION}
|
||||
ECLIPSE_VERSION= 1
|
||||
ECLIPSE_VERSION=${ECLIPSE_RELEASE}-${PORTREVISION}
|
||||
ECLIPSE_BUILDID=${ECLIPSE_VERSION:C/.*\.([MIS][0-9]{8}-[0-9]{4}-[0-9]+)/\1/}
|
||||
ECLIPSE_BUILDTYPE=${ECLIPSE_BUILDID:C/(.).*/\1/}
|
||||
ECLIPSE_TIMESTAMP=${ECLIPSE_BUILDID:C/.([0-9]{8})-([0-9]{4})-[0-9]+/\1\2/}
|
||||
|
@ -131,12 +130,8 @@ post-patch:
|
|||
-e "s/%%ECLIPSE_TIMESTAMP%%/${ECLIPSE_TIMESTAMP}/g" \
|
||||
${FILESDIR}/packager-packager.properties.in > ${WRKSRC}/packager/packager.properties
|
||||
@${REINPLACE_CMD} -E \
|
||||
# -e "/buildId/ s/(.*)/\1-${PORTREVISION}/" \
|
||||
-e "/buildId/ s/(.*)/\1-${PORTREVISION}/" \
|
||||
1
|
||||
# -e "/buildLabel/ s/(.*)/\1-${PORTREVISION}/" \
|
||||
-e "/buildLabel/ s/(.*)/\1-${PORTREVISION}/" \
|
||||
1
|
||||
${WRKSRC}/label.properties
|
||||
@${SED} \
|
||||
-e "s/%%ECLIPSE_ARCH%%/${ECLIPSE_ARCH}/g" \
|
||||
|
|
Loading…
Reference in a new issue