Changeset 1282


Ignore:
Timestamp:
Nov 7, 2010, 12:40:10 AM (13 years ago)
Author:
Peter Johansson
Message:

Keep version in Portfiles to make it easier to generate diffs, which is what the macports folks prefer submitted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9-stable/Makefile.am

    r1264 r1282  
    7373
    7474# run in end of release target
    75 RELEASE_HOOK = build_support/Portfile
     75RELEASE_HOOK = build_support/Portfile.v$(VERSION)
    7676
    7777edit = $(SED) \
     
    7979  -e 's|@VERSION[@]|$(VERSION)|g'
    8080
    81 build_support/Portfile: Makefile build_support/Portfile.in
     81build_support/Portfile.v$(VERSION): Makefile build_support/Portfile.in
    8282  @rm -f $@ $@.t
    8383  @openssl version > /dev/null || exit 1
     
    8787  rmd160=`cut -f 2 -d ' ' $(distdir).tar.gz.rmd160`;\
    8888  $(edit) -e "s|@SHA1SUM[@]|$$sha1|g" -e "s|@RMD160SUM[@]|$$rmd160|g" \
    89   '$(srcdir)/$@.in' > $@.t
     89  '$(srcdir)/Portfile.in' > $@.t
    9090  @chmod a-w $@.t
    9191  @mv $@.t $@
Note: See TracChangeset for help on using the changeset viewer.