mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update from -0.77 to -0.76
- Version numbering is negative, so PORTEPOCH must be bumped each time - Distfile now match version number - Original patch had wrong checksum - avoid PORTEPOCH in installation path PR: 22773 Submitted by: maintainer
This commit is contained in:
parent
30d52bc288
commit
ceb45a48dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39600
@ -6,10 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= smalleiffel
|
||||
PORTVERSION= 0.77
|
||||
PORTVERSION= 0.76
|
||||
PORTEPOCH= 1 # Version numbering is negative
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/
|
||||
DISTNAME= se
|
||||
MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/Oldies/
|
||||
DISTNAME= se-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= berend@pobox.com
|
||||
@ -17,7 +18,7 @@ MAINTAINER= berend@pobox.com
|
||||
WRKSRC= ${WRKDIR}/SmallEiffel
|
||||
|
||||
# We install in this directory
|
||||
SEDIR= ${PREFIX}/${PKGNAME}
|
||||
SEDIR= ${PREFIX}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
# We alias a directory to the installation directory
|
||||
# so it is possible to easily switch between different builds
|
||||
|
@ -1 +1 @@
|
||||
MD5 (se.tgz) = 7ab24f8025ca50b4723ef8300cef9a86
|
||||
MD5 (se-0.76.tgz) = 843cb2b9317fc4a06cb924f9d1a5a9e5
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,10 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= smalleiffel
|
||||
PORTVERSION= 0.77
|
||||
PORTVERSION= 0.76
|
||||
PORTEPOCH= 1 # Version numbering is negative
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/
|
||||
DISTNAME= se
|
||||
MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/Oldies/
|
||||
DISTNAME= se-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= berend@pobox.com
|
||||
@ -17,7 +18,7 @@ MAINTAINER= berend@pobox.com
|
||||
WRKSRC= ${WRKDIR}/SmallEiffel
|
||||
|
||||
# We install in this directory
|
||||
SEDIR= ${PREFIX}/${PKGNAME}
|
||||
SEDIR= ${PREFIX}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
# We alias a directory to the installation directory
|
||||
# so it is possible to easily switch between different builds
|
||||
|
@ -1 +1 @@
|
||||
MD5 (se.tgz) = 7ab24f8025ca50b4723ef8300cef9a86
|
||||
MD5 (se-0.76.tgz) = 843cb2b9317fc4a06cb924f9d1a5a9e5
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user