Ignore:
Timestamp:
10/23/12 18:01:40 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bump copyright in footer, it's still a whole two months to the
end of the year...
Copy and extend fix for MIA version on login page and footer from
/trunk r424; 1.0.3 is not numeric so it has to be quoted.
Commit mergeinfo; apparently it went missing in r432.

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/Makefile

    r423 r433  
    133133        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
    134134        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
    135         perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
     135        perl -pi -e 's/["\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
    136136        tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
    137137        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
Note: See TracChangeset for help on using the changeset viewer.