- Fix PORTVERSION, which was not updatd during the last update of the port.
- Automatically infer DISTNAME based on PORTVERSION. Approved by: markm (MAINTAINER)
This commit is contained in:
parent
d81ee0edf8
commit
50513328c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47207
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= par
|
||||
PORTVERSION= 1.51
|
||||
PORTVERSION= 1.52
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/
|
||||
DISTNAME= Par152
|
||||
DISTNAME= Par${PORTVERSION:S|.||}
|
||||
|
||||
MAINTAINER= mark@grondar.za
|
||||
|
||||
|
|
Loading…
Reference in a new issue